fix(keep-alive): should update re-activated component with latest props

This commit is contained in:
Evan You
2020-03-24 10:28:00 -04:00
parent bfae9b2e55
commit 123738727a
3 changed files with 55 additions and 12 deletions

View File

@@ -946,7 +946,9 @@ function baseCreateRenderer(
;(parentComponent!.sink as KeepAliveSink).activate(
n2,
container,
anchor
anchor,
isSVG,
optimized
)
} else {
mountComponent(