Commit c6ac4adf authored by baiyaaaaa's avatar baiyaaaaa Committed by GitHub

Merge pull request #2455 from baiyaaaaa/feat-collapse

support collapse value type(fix #2452)
parents e2767511 cecd898a
......@@ -12,7 +12,7 @@
props: {
accordion: Boolean,
value: {
type: [Array, String],
type: [Array, String, Number],
default() {
return [];
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment