Skip to content

Commit 3d17606

Browse files
farzadsoatinux
authored andcommitted
chore: fix typo (#6065)
1 parent 080064a commit 3d17606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-app/template/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Vue.component(NoSsr.name, {
2424
render(h, ctx) {
2525
if (process.client && !NoSsr._warned) {
2626
NoSsr._warned = true
27-
console.warn(`<no-ssr> had been deprecated and will be removed in Nuxt 3, please use <client-only> instead`)
27+
console.warn(`<no-ssr> has been deprecated and will be removed in Nuxt 3, please use <client-only> instead`)
2828
}
2929
return NoSsr.render(h, ctx)
3030
}

0 commit comments

Comments
 (0)