mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 03:11:15 +00:00
[Improvement] TreeSelect: support string type id (#1126)
This commit is contained in:
@@ -43,7 +43,7 @@ export default create({
|
||||
default: 0
|
||||
},
|
||||
activeId: {
|
||||
type: Number,
|
||||
type: [Number, String],
|
||||
default: 0
|
||||
},
|
||||
maxHeight: {
|
||||
|
Reference in New Issue
Block a user