[Docs] Fix errors in the documentation (#3082)

This commit is contained in:
Aimer
2019-04-02 19:43:23 +08:00
committed by neverland
parent 7e9ca167fa
commit 5f49cfc85f
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ export default {
| Attribute | Description | Type | Default |
|------|------|------|------|
| loading | Whether to show loading infothe `load` event will not be triggered when loading | `Boolean` | `false` |
| v-model | Whether to show loading infothe `load` event will not be triggered when loading | `Boolean` | `false` |
| finished | Whether loading is finishedthe `load` event will not be triggered when finished | `Boolean` | `false` |
| error | Whether loading is errorthe `load` event will be triggered only when error text clicked, the `sync` modifier is needed | `Boolean` | `false` |
| offset | The load event will be triggered when the distance between the scrollbar and the bottom is less than offset | `Number` | `300` |