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