diff --git a/components.d.ts b/components.d.ts index b4c90e9..0df8dbd 100644 --- a/components.d.ts +++ b/components.d.ts @@ -19,8 +19,8 @@ declare module 'vue' { ElFormItem: typeof import('element-plus/es')['ElFormItem'] ElHeader: typeof import('element-plus/es')['ElHeader'] ElIcon: typeof import('element-plus/es')['ElIcon'] - ElImage: typeof import('element-plus/es')['ElImage'] ElInput: typeof import('element-plus/es')['ElInput'] + ElMain: typeof import('element-plus/es')['ElMain'] ElPopover: typeof import('element-plus/es')['ElPopover'] ElTabPane: typeof import('element-plus/es')['ElTabPane'] ElTabs: typeof import('element-plus/es')['ElTabs'] @@ -30,6 +30,7 @@ declare module 'vue' { IconCsValidate: typeof import('~icons/cs/validate')['default'] IconEpLoading: typeof import('~icons/ep/loading')['default'] IconEpUserFilled: typeof import('~icons/ep/user-filled')['default'] + LoadingIcon: typeof import('./src/components/LoadingIcon.vue')['default'] RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] VerifyInput: typeof import('./src/components/VerifyInput.vue')['default'] diff --git a/env.d.ts b/env.d.ts index bdeaf6c..849c617 100644 --- a/env.d.ts +++ b/env.d.ts @@ -1,4 +1,4 @@ /// /// -/// -/// +/// +/// diff --git a/src/App.vue b/src/App.vue index b0aa4af..d892921 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,16 +1,21 @@