feat: 添加Loading效果
This commit is contained in:
7
src/vite-env.d.ts
vendored
7
src/vite-env.d.ts
vendored
@@ -1,11 +1,12 @@
|
||||
/// <reference types="vite/client" />
|
||||
|
||||
declare module '*.vue' {
|
||||
import type { DefineComponent } from 'vue'
|
||||
import type { DefineComponent } from 'vue'
|
||||
|
||||
const component: DefineComponent<object, object, any>
|
||||
export default component
|
||||
const component: DefineComponent<object, object, any>
|
||||
export default component
|
||||
}
|
||||
|
||||
declare module 'sparticles'
|
||||
declare module 'three-trackballcontrols'
|
||||
declare module 'virtual:svg-icons-register'
|
||||
|
||||
Reference in New Issue
Block a user