UNPKG

cloud-ui.vusion

Version:
10 lines (8 loc) 209 B
### 基础示例 ``` html <u-for :data="[1,2,3]"> <template slot-scope="{item, index}"> <u-text display="block" :text="'序号:' + index + ', 值:' + item"> </u-text> </template> </u-for> ```