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
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
// force child update on runtime directive usage on component vnode.
|
// force child update for runtime directive or transition on component vnode.
|
||||||
if (nextVNode.dirs) {
|
if (nextVNode.dirs || nextVNode.transition) {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user