fix(transition): fix dynamic transition update on nested HOCs
This commit is contained in:
parent
e804463492
commit
b8da8b2dfa
@ -215,8 +215,8 @@ export function shouldUpdateComponent(
|
||||
return true
|
||||
}
|
||||
|
||||
// force child update on runtime directive usage on component vnode.
|
||||
if (nextVNode.dirs) {
|
||||
// force child update for runtime directive or transition on component vnode.
|
||||
if (nextVNode.dirs || nextVNode.transition) {
|
||||
return true
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user