mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[Doc] fix finished-text (#2202)
This commit is contained in:
parent
00fe13d800
commit
ccf37b9a76
@ -16,7 +16,7 @@ Vue.use(List);
|
||||
<van-list
|
||||
v-model="loading"
|
||||
:finished="finished"
|
||||
:finished-text="Finished"
|
||||
finished-text="Finished"
|
||||
@load="onLoad"
|
||||
>
|
||||
<van-cell
|
||||
|
@ -18,7 +18,7 @@ List 组件通过`loading`和`finished`两个变量控制加载状态,当组
|
||||
<van-list
|
||||
v-model="loading"
|
||||
:finished="finished"
|
||||
:finished-text="没有更多了"
|
||||
finished-text="没有更多了"
|
||||
@load="onLoad"
|
||||
>
|
||||
<van-cell
|
||||
|
Loading…
x
Reference in New Issue
Block a user