We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d9126f commit 99f011bCopy full SHA for 99f011b
src/instance/init.js
@@ -48,7 +48,14 @@ exports._init = function (options) {
48
// children
49
this._children = []
50
this._childCtors = {}
51
- // transcluded components that belong to the parent
+
52
+ // transclusion unlink functions
53
+ this._containerUnlinkFn =
54
+ this._contentUnlinkFn = null
55
56
+ // transcluded components that belong to the parent.
57
+ // need to keep track of them so that we can call
58
+ // attached/detached hooks on them.
59
this._transCpnts = null
60
61
// merge options.
0 commit comments