docs(Picker): add method version tip #5478

This commit is contained in:
陈嘉涵
2020-01-06 14:05:45 +08:00
parent ecff8c4b42
commit ff91b7f121
5 changed files with 45 additions and 37 deletions
+4 -4
View File
@@ -169,7 +169,7 @@ export default {
| confirm-button-text | Text of confirm button | *string* | `Confirm` | - |
| cancel-button-text | Text of cancel button | *string* | `Cancel` | - |
| visible-item-count | Count of visible columns | *number* | `5` | - |
| swipe-duration | Duration of the momentum animationunit `ms` | *number* | `1000` | `2.2.13` |
| swipe-duration | Duration of the momentum animationunit `ms` | *number* | `1000` | 2.2.13 |
### Events
@@ -183,6 +183,6 @@ export default {
Use [ref](https://vuejs.org/v2/api/#ref) to get DatetimePicker instance and call instance methods
| Name | Description | Attribute | Return value |
|------|------|------|------|
| getPicker | get Picker instance | - | - |
| Name | Description | Attribute | Return value | Version |
|------|------|------|------|------|
| getPicker | get Picker instance | - | - | 2.4.0 |