feat: 添加登录组件,更新认证流程,优化输入标签组件
This commit is contained in:
2
components.d.ts
vendored
2
components.d.ts
vendored
@@ -34,6 +34,7 @@ declare module 'vue' {
|
||||
RouterView: typeof import('vue-router')['RouterView']
|
||||
UiDivider: typeof import('./src/components/ui/divider/index.vue')['default']
|
||||
UiInput: typeof import('./src/components/ui/input/index.vue')['default']
|
||||
UiInputLabel: typeof import('./src/components/ui/input-label/index.vue')['default']
|
||||
}
|
||||
}
|
||||
|
||||
@@ -61,4 +62,5 @@ declare global {
|
||||
const RouterView: typeof import('vue-router')['RouterView']
|
||||
const UiDivider: typeof import('./src/components/ui/divider/index.vue')['default']
|
||||
const UiInput: typeof import('./src/components/ui/input/index.vue')['default']
|
||||
const UiInputLabel: typeof import('./src/components/ui/input-label/index.vue')['default']
|
||||
}
|
||||
Reference in New Issue
Block a user