You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -153,10 +153,10 @@ export default {
153
153
| Attribute | Description | Type | Default |
154
154
| --- | --- | --- | --- |
155
155
| 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`|
160
160
| show-success-text | Whether to show `success-text`|_boolean_|`true`|
161
161
| pull-distance | The distance to trigger the refresh status |_number \| string_|`50`|
162
162
| head-height | The height of the area of the refresh shows |_number \| string_|`50`|
@@ -166,9 +166,9 @@ export default {
166
166
| 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`|
167
167
| finished | Whether the data is loaded |_boolean_|`false`|
168
168
| 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`|
0 commit comments