This commit is contained in:
xsl
2026-01-03 13:07:34 +08:00
commit a68e554ab1
31 changed files with 16129 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
/// <reference types="vite/client" />
declare module '*.vue' {
import type { DefineComponent } from 'vue'
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types
const component: DefineComponent<{}, {}, any>
export default component
}