mirror of
https://github.com/bobwen-dev/react-templates
synced 2025-04-12 00:56:39 +02:00
7 lines
117 B
Plaintext
7 lines
117 B
Plaintext
<div>
|
|
<div rt-scope="15 as a; 20 as b;">
|
|
{a + b}
|
|
</div>
|
|
<div rt-if="typeof a === 'undefined'">good</div>
|
|
</div>
|