mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
6 lines
204 B
Plaintext
6 lines
204 B
Plaintext
<div w-bind>
|
|
<div.unpreserved-counter>${data.counter}</div>
|
|
<span w-id="preserve" data-counter=data.counter w-preserve-body>
|
|
<div.preserved-counter>${data.counter}</div>
|
|
</span>
|
|
</div> |