mirror of
https://github.com/bobwen-dev/react-templates
synced 2025-04-12 00:56:39 +02:00
7 lines
196 B
Plaintext
7 lines
196 B
Plaintext
<!DOCTYPE jsx>
|
|
<p>
|
|
<div rt-repeat="items in this.props.things">
|
|
<span style="width:auto;line-height: 5px;" onClick="(evt)=>this.happend(evt);return false;">Mock</span>
|
|
</div>
|
|
</p>
|