Skip to content

Commit

Permalink
fix(types): add missing seo: false type for component options
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Sep 15, 2019
1 parent 6bce4e5 commit 0fae937
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 @@ -83,4 +83,5 @@ export interface NuxtI18nComponentOptions {
[key: string]: string | false
}
locales?: Array<string>
seo?: false
}

0 comments on commit 0fae937

Please sign in to comment.