mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
[autofix.ci] apply automated fixes
This commit is contained in:
parent
758824463d
commit
66938bc152
@ -42,7 +42,7 @@ export function useObserver (): { observe: ObserveFn } | undefined {
|
||||
}
|
||||
|
||||
const _observer = nuxtApp._observer = {
|
||||
observe
|
||||
observe,
|
||||
}
|
||||
|
||||
return _observer
|
||||
|
@ -30,9 +30,9 @@ export const createLazyIOClientPage = (componentLoader: Component) => {
|
||||
} else {
|
||||
return null
|
||||
}
|
||||
}
|
||||
})
|
||||
},
|
||||
}),
|
||||
])
|
||||
}
|
||||
},
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user