fix: eslint and lint fixed
This commit is contained in:
7
src/vite-env.d.ts
vendored
7
src/vite-env.d.ts
vendored
@@ -1,9 +1,10 @@
|
||||
/// <reference types="vite/client" />
|
||||
|
||||
declare module '*.vue' {
|
||||
import type { DefineComponent } from 'vue';
|
||||
const component: DefineComponent<{}, {}, any>;
|
||||
export default component;
|
||||
import type { DefineComponent } from 'vue'
|
||||
|
||||
const component: DefineComponent<object, object, any>
|
||||
export default component
|
||||
}
|
||||
|
||||
declare module 'sparticles'
|
||||
|
||||
Reference in New Issue
Block a user