全局注册icon组件

This commit is contained in:
X1627315083
2025-10-09 10:55:13 +08:00
parent 1a7b4c221c
commit 474b03a674
6 changed files with 5780 additions and 534 deletions

1
components.d.ts vendored
View File

@@ -17,6 +17,7 @@ declare module '@vue/runtime-core' {
IconTooling: typeof import('./src/components/icons/IconTooling.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SvgIcon: typeof import('./src/components/SvgIcon/index.vue')['default']
TheWelcome: typeof import('./src/components/TheWelcome.vue')['default']
WelcomeItem: typeof import('./src/components/WelcomeItem.vue')['default']
}