mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-16 13:48:13 +00:00
fix(nuxt): decrement hydration count when rendering no route (#23476)
This commit is contained in:
parent
df90d4234c
commit
96d9d56ac5
@ -60,6 +60,7 @@ export default defineComponent({
|
|||||||
if (import.meta.client && vnode && !hasSameChildren) {
|
if (import.meta.client && vnode && !hasSameChildren) {
|
||||||
return vnode
|
return vnode
|
||||||
}
|
}
|
||||||
|
done()
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user