mirror of https://github.com/ElemeFE/element
support collapse value type
parent
e27675114b
commit
cecd898a33
|
@ -12,7 +12,7 @@
|
|||
props: {
|
||||
accordion: Boolean,
|
||||
value: {
|
||||
type: [Array, String],
|
||||
type: [Array, String, Number],
|
||||
default() {
|
||||
return [];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue