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