mirror of
https://github.com/youzan/vant.git
synced 2026-05-02 01:01:43 +08:00
[Doc] update list usage (#1826)
This commit is contained in:
@@ -18,7 +18,11 @@ Vue.use(List);
|
||||
:finished="finished"
|
||||
@load="onLoad"
|
||||
>
|
||||
<van-cell v-for="item in list" :key="item" :title="item + ''" />
|
||||
<van-cell
|
||||
v-for="item in list"
|
||||
:key="item"
|
||||
:title="item"
|
||||
/>
|
||||
</van-list>
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user