From cb983470d4e64364ea372057413df969755766a5 Mon Sep 17 00:00:00 2001 From: peterChealse Date: Wed, 18 Oct 2017 21:21:01 -0500 Subject: [PATCH] :zap: improvement(typescript): fix import problem of vue2.5 because of the types update (#238) by @peterchealse --- types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/index.d.ts b/types/index.d.ts index 4fde7dd99..e4c35422f 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -1,4 +1,4 @@ -import * as Vue from 'vue'; +import Vue from 'vue'; import { PluginFunction } from 'vue'; declare namespace VueI18n {