Skip to content

Commit 9bbf723

Browse files
committed
work around flow :(
1 parent 9d43bff commit 9bbf723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/core/vdom/create-component.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ function insert (vnode: MountedComponentVNode) {
157157
}
158158
}
159159

160-
function destroy (vnode: MountedComponentVNode) {
160+
function destroy (vnode: any) {
161161
if (!vnode.child._isDestroyed) {
162162
if (!vnode.data.keepAlive) {
163163
vnode.child.$destroy()

0 commit comments

Comments
 (0)