mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
9 lines
245 B
Plaintext
9 lines
245 B
Plaintext
class {}
|
|
|
|
<div>
|
|
<div key="renderTarget">
|
|
<span>This should disappear</span>
|
|
<span>We'll add a nested UI component just to make sure it is destroyed.</span>
|
|
<app-counter value=0 key="initialCounter"/>
|
|
</div>
|
|
</div> |