j-templates 7.0.21 → 7.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Node/vNode.js +1 -0
- package/package.json +1 -1
package/Node/vNode.js
CHANGED
|
@@ -109,6 +109,7 @@ function InitNode(vnode) {
|
|
|
109
109
|
}
|
|
110
110
|
if (componentConstructor) {
|
|
111
111
|
vnode.component = new componentConstructor(vnode);
|
|
112
|
+
vnode.component.Bound();
|
|
112
113
|
const componentScope = Store_1.ObservableScope.Create(function () {
|
|
113
114
|
let nodes = injector_1.Injector.Scope(vnode.injector, function () { return vnode.component.Template(); });
|
|
114
115
|
if (!Array.isArray(nodes))
|