[new feauture] DropdownItem: add change event

This commit is contained in:
陈嘉涵
2019-05-07 20:56:23 +08:00
parent 02bcc66414
commit e9854daf29
4 changed files with 61 additions and 1 deletions
+6
View File
@@ -93,6 +93,12 @@ export default {
| title | Item title | `String` | Text of selected option |
| options | Options | `Array` | `[]` |
### DropdownItem Events
| Event | Description | Arguments |
|------|------|------|
| change | Triggered select option and value changed | value |
### DropdownItem Methods
Use ref to get DropdownItem instance and call instance methods