We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 080064a commit 3d17606Copy full SHA for 3d17606
packages/vue-app/template/index.js
@@ -24,7 +24,7 @@ Vue.component(NoSsr.name, {
24
render(h, ctx) {
25
if (process.client && !NoSsr._warned) {
26
NoSsr._warned = true
27
- 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`)
28
}
29
return NoSsr.render(h, ctx)
30
0 commit comments