+4
-0
lines changedFilter options
+4
-0
lines changed Original file line number Diff line number Diff line change
@@ -133,6 +133,10 @@ export function lifecycleMixin (Vue: Class<Component>) {
133
133
if (vm.$el) {
134
134
vm.$el.__vue__ = null
135
135
}
136
+
// release circular reference (#6759)
137
+
if (vm.$vnode) {
138
+
vm.$vnode.parent = null
139
+
}
136
140
}
137
141
}
138
142
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4