[new feature] DropdownItem: add disabled prop

This commit is contained in:
陈嘉涵
2019-05-16 15:07:25 +08:00
parent d07c5b6547
commit 61748ad7c4
9 changed files with 91 additions and 3 deletions
+1
View File
@@ -94,6 +94,7 @@ export default {
| value | Value of current optioncan use `v-model` | `String | Number` | - |
| title | Item title | `String` | Text of selected option |
| options | Options | `Array` | `[]` |
| disabled | Whether to disable dropdown item | `Boolean` | `false` |
### DropdownItem Events