Skip to content

Commit

Permalink
⚡ improvement(typescript): fix import problem of vue2.5 because of th…
Browse files Browse the repository at this point in the history
…e types update (#238) by @peterchealse
  • Loading branch information
peterchealse authored and kazupon committed Oct 19, 2017
1 parent cd14c5f commit cb98347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as Vue from 'vue';
import Vue from 'vue';
import { PluginFunction } from 'vue';

declare namespace VueI18n {
Expand Down

0 comments on commit cb98347

Please sign in to comment.