chore(core): lint files

This commit is contained in:
braks
2024-01-21 14:35:35 +01:00
committed by Braks
parent 8bf6f26d3d
commit 68cfbaebbe
11 changed files with 74 additions and 69 deletions
+1 -1
View File
@@ -4,6 +4,6 @@
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
const component: DefineComponent<object, object, any>
export default component
}