Skip to content

Commit

Permalink
fix(types): use correct module name for nuxt augmentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Sep 13, 2019
1 parent c61f2fd commit 46f67ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/vue.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ declare module 'vue/types/options' {
/**
* Extends types in Nuxt
*/
declare module '@nuxt/types/app' {
declare module '@nuxt/types' {
interface NuxtAppOptions extends NuxtVueI18n.Options.NuxtI18nInterface {
readonly i18n: VueI18n & IVueI18n
}
Expand Down

0 comments on commit 46f67ea

Please sign in to comment.