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