fix(runtime-core/template-ref): template ref used in the same template should trigger update
fix #1505
This commit is contained in:
@@ -227,7 +227,7 @@ export function createHydrationFunctions(
|
||||
}
|
||||
|
||||
if (ref != null && parentComponent) {
|
||||
setRef(ref, null, parentComponent, vnode)
|
||||
setRef(ref, null, parentComponent, parentSuspense, vnode)
|
||||
}
|
||||
|
||||
return nextNode
|
||||
|
||||
Reference in New Issue
Block a user