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

13
components.d.ts vendored Normal file
View File

@@ -0,0 +1,13 @@
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/vue-next/pull/3399
import '@vue/runtime-core'
declare module '@vue/runtime-core' {
export interface GlobalComponents {
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
}
export {}