Skip to content

Commit

Permalink
fix(types): fix "lazy" type in deprecated types (#1190)
Browse files Browse the repository at this point in the history
Co-authored-by: Rafał Chłodnicki <rchl2k@gmail.com>
  • Loading branch information
fabis94 and rchl committed Jun 8, 2021
1 parent e871583 commit 482317b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/nuxt-i18n.d.ts
Expand Up @@ -68,7 +68,7 @@ declare namespace NuxtVueI18n {
baseUrl?: string | ((context: NuxtContext) => string)
detectBrowserLanguage?: DetectBrowserLanguageInterface | false
langDir?: string | null
lazy?: boolean
lazy?: boolean | {skipNuxtState?: boolean}
// see https://goo.gl/NbzX3f
pages?: {
[key: string]: boolean | {
Expand Down

0 comments on commit 482317b

Please sign in to comment.