fix types for demos

This commit is contained in:
Philipp Kühn
2021-09-16 21:30:09 +02:00
parent ba283bcd43
commit 2a0a365d45
7 changed files with 320 additions and 23 deletions

5
shims/vue.d.ts vendored
View File

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