Commit cecd898a authored by baiyaaaaa's avatar baiyaaaaa

support collapse value type

parent e2767511
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
props: { props: {
accordion: Boolean, accordion: Boolean,
value: { value: {
type: [Array, String], type: [Array, String, Number],
default() { default() {
return []; 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