mirror of
https://github.com/bobwen-dev/react-templates
synced 2025-04-12 00:56:39 +02:00
6 lines
171 B
Plaintext
6 lines
171 B
Plaintext
<div key="active-users"
|
|
rt-scope="this.getCurrentActiveUsers as getCurrentActiveUsers"
|
|
rt-if="getCurrentActiveUsers().length">
|
|
<span>some text</span>
|
|
</div>
|