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 83c587f commit 0cf8018Copy full SHA for 0cf8018
src/components/view.js
@@ -41,6 +41,9 @@ export default {
41
hooks.init = vnode => {
42
matched.instances[name] = vnode.child
43
}
44
+ hooks.prepatch = (oldVnode, vnode) => {
45
+ matched.instances[name] = vnode.child
46
+ }
47
hooks.destroy = vnode => {
48
if (matched.instances[name] === vnode.child) {
49
matched.instances[name] = undefined
0 commit comments