- fixed strange things...

This commit is contained in:
Paolo Arena
2019-10-10 15:54:38 +02:00
parent 276b822fa5
commit 105d01904b
21 changed files with 432 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
}