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