fix(runtime-core): ensure keep-alive deep-watches include/explude props (#2551)
fix #2550
This commit is contained in:
parent
67d1aac6ae
commit
421205d0ad
@ -179,7 +179,7 @@ const KeepAliveImpl = {
|
||||
exclude && pruneCache(name => !matches(exclude, name))
|
||||
},
|
||||
// prune post-render after `current` has been updated
|
||||
{ flush: 'post' }
|
||||
{ flush: 'post', deep: true }
|
||||
)
|
||||
|
||||
// cache sub tree after render
|
||||
|
Loading…
Reference in New Issue
Block a user