mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
chore: fix typo (#6065)
This commit is contained in:
parent
1130c24f4c
commit
9909bdb534
@ -24,7 +24,7 @@ Vue.component(NoSsr.name, {
|
|||||||
render(h, ctx) {
|
render(h, ctx) {
|
||||||
if (process.client && !NoSsr._warned) {
|
if (process.client && !NoSsr._warned) {
|
||||||
NoSsr._warned = true
|
NoSsr._warned = true
|
||||||
console.warn(`<no-ssr> had been deprecated and will be removed in Nuxt 3, please use <client-only> instead`)
|
console.warn(`<no-ssr> has been deprecated and will be removed in Nuxt 3, please use <client-only> instead`)
|
||||||
}
|
}
|
||||||
return NoSsr.render(h, ctx)
|
return NoSsr.render(h, ctx)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user