mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
8 lines
235 B
Plaintext
8 lines
235 B
Plaintext
<div style:no-update class:no-update>
|
|
<a href:no-update="http://www.ebay.com">
|
|
eBay
|
|
</a>
|
|
<span key="hello">Hello ${state.name}!</span>
|
|
<span key="hello2" class:no-update="foo">Hello ${state.name}!</span>
|
|
</div>
|