We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb6035 commit d927159Copy full SHA for d927159
src/core/components/keep-alive.js
@@ -17,8 +17,7 @@ export default {
17
? opts.Ctor.cid + '::' + opts.tag
18
: vnode.key
19
if (this.cache[key]) {
20
- const child = vnode.child = this.cache[key].child
21
- vnode.elm = this.$el = child.$el
+ vnode.child = this.cache[key].child
22
} else {
23
this.cache[key] = vnode
24
}
0 commit comments