mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
support collapse value type
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
props: {
|
||||
accordion: Boolean,
|
||||
value: {
|
||||
type: [Array, String],
|
||||
type: [Array, String, Number],
|
||||
default() {
|
||||
return [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user