diff --git a/types/index.d.ts b/types/index.d.ts index e4c35422f..c4387bda5 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -129,4 +129,4 @@ declare module 'vue/types/options' { } } -export = VueI18n; +export default VueI18n;