Initial commit

This commit is contained in:
2022-05-30 22:33:36 +02:00
commit fae31f19f5
23 changed files with 3979 additions and 0 deletions

5
shims.d.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}