[Doc] fix finished-text (#2202)

This commit is contained in:
neverland 2018-12-02 13:51:10 +08:00 committed by GitHub
parent 00fe13d800
commit ccf37b9a76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ Vue.use(List);
<van-list
v-model="loading"
:finished="finished"
:finished-text="Finished"
finished-text="Finished"
@load="onLoad"
>
<van-cell

View File

@ -18,7 +18,7 @@ List 组件通过`loading`和`finished`两个变量控制加载状态,当组
<van-list
v-model="loading"
:finished="finished"
:finished-text="没有更多了"
finished-text="没有更多了"
@load="onLoad"
>
<van-cell