Initial commit

This commit is contained in:
Kamil Klecha
2021-10-13 21:13:47 +02:00
commit ffed90ec4f
16 changed files with 27283 additions and 0 deletions

4
src/shims-vue.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
declare module '*.vue' {
import Vue from 'vue'
export default Vue
}