feat: 粒子背景+动起来了
This commit is contained in:
2
src/components.d.ts
vendored
2
src/components.d.ts
vendored
@@ -9,8 +9,10 @@ declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
DaiysuiTable: typeof import('./components/DaiysuiTable/index.vue')['default']
|
||||
HelloWorld: typeof import('./components/HelloWorld.vue')['default']
|
||||
ImageSync: typeof import('./components/ImageSync/index.vue')['default']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
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']
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user