fix: 更新组件库

This commit is contained in:
Gsh
2025-08-18 21:02:55 +08:00
parent ec27ee58b4
commit 2cf6326764
2 changed files with 143 additions and 1 deletions

View File

@@ -56,7 +56,6 @@ declare module 'vue' {
UserManagement: typeof import('./../src/components/userPersonalCenter/components/UserManagement.vue')['default']
VerificationCode: typeof import('./../src/components/LoginDialog/components/FormLogin/VerificationCode.vue')['default']
WelecomeText: typeof import('./../src/components/WelecomeText/index.vue')['default']
X: typeof import('./../src/components/userPersonalCenter/components/x.vue')['default']
}
export interface GlobalDirectives {
vLoading: typeof import('element-plus/es')['ElLoadingDirective']