mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +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) {
|
||||
return vnode
|
||||
}
|
||||
done()
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user