mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
chore: prepare v2.0.0-beta.28
This commit is contained in:
parent
106397ed27
commit
7646b87da0
4 changed files with 3 additions and 6 deletions
3
app/components.d.ts
vendored
3
app/components.d.ts
vendored
|
@ -78,11 +78,8 @@ declare module 'vue' {
|
||||||
NginxControlNginxControl: typeof import('./src/components/NginxControl/NginxControl.vue')['default']
|
NginxControlNginxControl: typeof import('./src/components/NginxControl/NginxControl.vue')['default']
|
||||||
NodeSelectorNodeSelector: typeof import('./src/components/NodeSelector/NodeSelector.vue')['default']
|
NodeSelectorNodeSelector: typeof import('./src/components/NodeSelector/NodeSelector.vue')['default']
|
||||||
NotificationNotification: typeof import('./src/components/Notification/Notification.vue')['default']
|
NotificationNotification: typeof import('./src/components/Notification/Notification.vue')['default']
|
||||||
OTP: typeof import('./src/components/OTP.vue')['default']
|
|
||||||
OTPInput: typeof import('./src/components/OTPInput.vue')['default']
|
|
||||||
OTPInputOTPInput: typeof import('./src/components/OTPInput/OTPInput.vue')['default']
|
OTPInputOTPInput: typeof import('./src/components/OTPInput/OTPInput.vue')['default']
|
||||||
OTPOTPAuthorization: typeof import('./src/components/OTP/OTPAuthorization.vue')['default']
|
OTPOTPAuthorization: typeof import('./src/components/OTP/OTPAuthorization.vue')['default']
|
||||||
OTPOTPAuthorizationModal: typeof import('./src/components/OTP/OTPAuthorizationModal.vue')['default']
|
|
||||||
PageHeaderPageHeader: typeof import('./src/components/PageHeader/PageHeader.vue')['default']
|
PageHeaderPageHeader: typeof import('./src/components/PageHeader/PageHeader.vue')['default']
|
||||||
RouterLink: typeof import('vue-router')['RouterLink']
|
RouterLink: typeof import('vue-router')['RouterLink']
|
||||||
RouterView: typeof import('vue-router')['RouterView']
|
RouterView: typeof import('vue-router')['RouterView']
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "nginx-ui-app-next",
|
"name": "nginx-ui-app-next",
|
||||||
"version": "2.0.0-beta.27",
|
"version": "2.0.0-beta.28",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite --host",
|
"dev": "vite --host",
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
{"version":"2.0.0-beta.27","build_id":146,"total_build":350}
|
{"version":"2.0.0-beta.28","build_id":147,"total_build":351}
|
|
@ -1 +1 @@
|
||||||
{"version":"2.0.0-beta.27","build_id":146,"total_build":350}
|
{"version":"2.0.0-beta.28","build_id":147,"total_build":351}
|
Loading…
Add table
Add a link
Reference in a new issue