Skip to content

Commit b20306e

Browse files
committed
fix: modify README.md
1 parent 9776c53 commit b20306e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,10 @@ export default {
153153
| Attribute | Description | Type | Default |
154154
| --- | --- | --- | --- |
155155
| on-refresh | Will be Emitted when pull refresh | _function_ | - |
156-
| pulling-text | The Text when pulling in refresh | _string_ | `下拉刷新` |
157-
| loosing-text | The Text when loosing in refresh | _string_ | `释放刷新` |
158-
| loading-text | The Text when loading in refresh | _string_ | `正在刷新` |
159-
| success-text | The Text when loading success in refresh | _string_ | `刷新完成` |
156+
| pulling-text | The Text when pulling in refresh | _string_ | `Pull down to refresh` |
157+
| loosing-text | The Text when loosing in refresh | _string_ | `Loosing to refresh` |
158+
| loading-text | The Text when loading in refresh | _string_ | `Refreshing` |
159+
| success-text | The Text when loading success in refresh | _string_ | `Refresh success` |
160160
| show-success-text | Whether to show `success-text` | _boolean_ | `true` |
161161
| pull-distance | The distance to trigger the refresh status | _number \| string_ | `50` |
162162
| head-height | The height of the area of the refresh shows | _number \| string_ | `50` |
@@ -166,9 +166,9 @@ export default {
166166
| load-offset | The `on-loadmore` will be Emitted when the distance from the scroll bar to the bottom is less than the `load-offset` | _number \| string_ | `50` |
167167
| finished | Whether the data is loaded | _boolean_ | `false` |
168168
| error | Whether the data is loaded error, the `on-loadmore` will be Emitted only when error text clicked, the `sync` modifier is needed | _boolean_ | `false` |
169-
| loading-text | The Text when loading in loaded | _string_ | `正在加载` |
170-
| finished-text | The Text when the data is loaded | _string_ | `没有更多了` |
171-
| error-text | The Text when error loaded | _string_ | `请求失败,点击重新加载` |
169+
| loading-text | The Text when loading in loaded | _string_ | `Loading` |
170+
| finished-text | The Text when the data is loaded | _string_ | `No more data` |
171+
| error-text | The Text when error loaded | _string_ | `Request failed, click to reload` |
172172

173173
### Methods
174174

0 commit comments

Comments
 (0)