asyadasd
This commit is contained in:
@@ -171,6 +171,11 @@
|
|||||||
comps.reset();
|
comps.reset();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (component.components && typeof component.components === 'function') {
|
||||||
|
try {
|
||||||
|
component.components(content);
|
||||||
|
} catch {}
|
||||||
|
}
|
||||||
if (component.set) component.set('content', content);
|
if (component.set) component.set('content', content);
|
||||||
} catch {}
|
} catch {}
|
||||||
if (component.view && component.view.el) {
|
if (component.view && component.view.el) {
|
||||||
|
|||||||
Reference in New Issue
Block a user