support collapse value type

This commit is contained in:
baiyaaaaa
2017-01-17 10:48:45 +08:00
parent e27675114b
commit cecd898a33

View File

@@ -12,7 +12,7 @@
props: {
accordion: Boolean,
value: {
type: [Array, String],
type: [Array, String, Number],
default() {
return [];
}