feat(for): for

This commit is contained in:
ex_zhangwenlei@exiot.cmcc
2024-01-09 01:03:42 +08:00
parent bea54865ea
commit f34e850ff0
26 changed files with 500 additions and 404 deletions

1
src/components.d.ts vendored
View File

@@ -16,5 +16,6 @@ declare module 'vue' {
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']
}
}