feat: wow

This commit is contained in:
ex_zhangwenlei@exiot.cmcc
2024-01-12 00:20:21 +08:00
parent 2ba3bb036b
commit 2897dd03f9
5 changed files with 3 additions and 150 deletions

1
src/components.d.ts vendored
View File

@@ -15,7 +15,6 @@ declare module 'vue' {
RouterView: typeof import('vue-router')['RouterView']
StarsBackground: typeof import('./components/StarsBackground/index.vue')['default']
SvgIcon: typeof import('./components/SvgIcon/index.vue')['default']
Table: typeof import('./components/Table/index.vue')['default']
ToTop: typeof import('./components/ToTop/index.vue')['default']
}
}