1
0
mirror of https://github.com/bobwen-dev/react-templates synced 2025-04-12 00:56:39 +02:00
react-templates/test/data/if-with-scope/invalid-if-scope-2.rt

6 lines
159 B
Plaintext

<div key="active-users"
rt-scope="this.getCurrentActiveUsers() as activeUsers"
rt-if="this.bar[activeUsers || 0]">
<span>some text</span>
</div>