This commit is contained in:
2019-10-06 23:53:59 +02:00
parent 40900cdf1b
commit 7083711fd5
11 changed files with 256 additions and 19 deletions

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

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