diff --git a/vue/vue.d.ts b/vue/vue.d.ts index 31256aa4a9..25fcc4277a 100644 --- a/vue/vue.d.ts +++ b/vue/vue.d.ts @@ -164,3 +164,8 @@ declare module vuejs { } } import Vue = vuejs.Vue; + +declare module "vue" { + import vue = vuejs.Vue; + export = vue; +} \ No newline at end of file