docs(List): fix PullRefresh

This commit is contained in:
chenjiahan
2020-08-25 08:25:44 +08:00
parent 84fe7db57d
commit bd41102cf3
3 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ export default {
### PullRefresh
```html
<van-pull-refresh v-model:loading="refreshing" @refresh="onRefresh">
<van-pull-refresh v-model="refreshing" @refresh="onRefresh">
<van-list
v-model:loading="loading"
:finished="finished"