chore: fix typo (#6065)

This commit is contained in:
Farzad Soltani 2019-07-13 23:27:07 +04:30 committed by Pooya Parsa
parent 1130c24f4c
commit 9909bdb534
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Vue.component(NoSsr.name, {
render(h, ctx) {
if (process.client && !NoSsr._warned) {
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)
}