docs: add version tip in en docs (#4262)

This commit is contained in:
neverland
2019-08-27 19:56:30 +08:00
committed by GitHub
parent 8ee0bef715
commit 959efb0ce6
88 changed files with 865 additions and 864 deletions
+11 -11
View File
@@ -100,17 +100,17 @@ export default {
### Props
| Attribute | Description | Type | Default |
|------|------|------|------|
| 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` |
| loading-text | Loading text | `string` | `Loading...` |
| finished-text | Finished text | `string` | - |
| error-text | Error loaded text | `string` | - |
| immediate-check | Whether to check loading position immediately after mounted | `boolean` | `true` |
| direction | Scroll directioncan be set to `up` | `string` | `down` |
| Attribute | Description | Type | Default | Version |
|------|------|------|------|------|
| 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` | - |
| loading-text | Loading text | `string` | `Loading...` | - |
| finished-text | Finished text | `string` | - | - |
| error-text | Error loaded text | `string` | - | - |
| immediate-check | Whether to check loading position immediately after mounted | `boolean` | `true` | - |
| direction | Scroll directioncan be set to `up` | `string` | `down` | - |
### Events