Commit cecd898a authored by baiyaaaaa's avatar baiyaaaaa

support collapse value type

parent e2767511
......@@ -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