Changelog
[5.2.6] - 2023-09-10
Changelog
[5.2.5] - 2023-09-10
Changelog
[5.2.3] - 2023-09-10
Changelog
[5.2.1] - 2023-09-09
suspendContent
a mechanism that suspends the creation of children nodes and saves them in a component property called suspendNodes
. It is possible to use it via:
<${MyComponent} suspendcontent/>
...suspendContent = true...
Changelog
[5.1.0] - 2023-09-07
this.inject('<${MyComponent}>...</>')
, a better alternative to this.mount('<${MyComponent}>...</>')
this.enject(..)
, to remove injected template with this.inject