mirror of
https://github.com/bobwen-dev/react-templates
synced 2025-04-12 00:56:39 +02:00
4 lines
110 B
Plaintext
4 lines
110 B
Plaintext
<ul>
|
|
<li rt-repeat="item, customIndex in this.props.collection">{item} is number {customIndex}</li>
|
|
</ul>
|