mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
[new feature] DropdownItem: add disabled prop
This commit is contained in:
@@ -12,7 +12,8 @@ export default sfc({
|
||||
props: {
|
||||
value: null,
|
||||
title: String,
|
||||
options: Array
|
||||
options: Array,
|
||||
disabled: Boolean
|
||||
},
|
||||
|
||||
data() {
|
||||
|
Reference in New Issue
Block a user