🌈 style: lint
This commit is contained in:
Vendored
+5
-4
@@ -1,7 +1,8 @@
|
|||||||
/// <reference types="vite/client" />
|
/// <reference types="vite/client" />
|
||||||
|
|
||||||
declare module "*.vue" {
|
declare module '*.vue' {
|
||||||
import type { DefineComponent } from "vue";
|
import type { DefineComponent } from 'vue'
|
||||||
const component: DefineComponent<{}, {}, any>;
|
|
||||||
export default component;
|
const component: DefineComponent<object, object, any>
|
||||||
|
export default component
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user