Skip to content

Commit

Permalink
fix(types): add vueI18nLoader to AllOptionsInterface (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
munierujp authored Mar 15, 2020
1 parent eeb63bb commit f1dd816
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/nuxt-i18n.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ declare namespace NuxtVueI18n {
seo?: boolean
strategy?: 'no_prefix' | 'prefix_except_default' | 'prefix' | 'prefix_and_default'
vueI18n?: VueI18n.I18nOptions | string
vueI18nLoader?: boolean
vuex?: VuexInterface | false
}
}
Expand Down

0 comments on commit f1dd816

Please sign in to comment.