mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
chore: bump nginx-ui verison to v2.0.0-beta.5
This commit is contained in:
parent
994b9087ae
commit
f6712a80bb
4 changed files with 3 additions and 5 deletions
2
app/components.d.ts
vendored
2
app/components.d.ts
vendored
|
@ -40,7 +40,6 @@ declare module 'vue' {
|
|||
AListItem: typeof import('ant-design-vue/es')['ListItem']
|
||||
AListItemMeta: typeof import('ant-design-vue/es')['ListItemMeta']
|
||||
AMenu: typeof import('ant-design-vue/es')['Menu']
|
||||
AMenuDivider: typeof import('ant-design-vue/es')['MenuDivider']
|
||||
AMenuItem: typeof import('ant-design-vue/es')['MenuItem']
|
||||
AModal: typeof import('ant-design-vue/es')['Modal']
|
||||
APagination: typeof import('ant-design-vue/es')['Pagination']
|
||||
|
@ -74,7 +73,6 @@ declare module 'vue' {
|
|||
LogoLogo: typeof import('./src/components/Logo/Logo.vue')['default']
|
||||
NginxControlNginxControl: typeof import('./src/components/NginxControl/NginxControl.vue')['default']
|
||||
NodeSelectorNodeSelector: typeof import('./src/components/NodeSelector/NodeSelector.vue')['default']
|
||||
NotificationClearNotifications: typeof import('./src/components/Notification/ClearNotifications.vue')['default']
|
||||
NotificationNotification: typeof import('./src/components/Notification/Notification.vue')['default']
|
||||
PageHeaderPageHeader: typeof import('./src/components/PageHeader/PageHeader.vue')['default']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "nginx-ui-app-next",
|
||||
"version": "2.0.0-beta.4",
|
||||
"version": "2.0.0-beta.5",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
|
|
@ -1 +1 @@
|
|||
{"version":"2.0.0-beta.4","build_id":73,"total_build":277}
|
||||
{"version":"2.0.0-beta.5","build_id":74,"total_build":278}
|
|
@ -1 +1 @@
|
|||
{"version":"2.0.0-beta.4","build_id":73,"total_build":277}
|
||||
{"version":"2.0.0-beta.5","build_id":74,"total_build":278}
|
Loading…
Add table
Add a link
Reference in a new issue