add basic support for components

This commit is contained in:
Philipp Kühn
2020-04-24 09:32:37 +02:00
parent c2bd2b21fa
commit 3470a7be1c
7 changed files with 68 additions and 0 deletions

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

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