second version

This commit is contained in:
2026-08-04 01:32:33 +02:00
parent 94f72d351e
commit 081e08d1f5
11 changed files with 435 additions and 267 deletions
+7
View File
@@ -0,0 +1,7 @@
/// <reference types="vite/client" />
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, unknown>
export default component
}