support collapse value type

pull/2455/head
baiyaaaaa 2017-01-17 10:48:45 +08:00
parent e27675114b
commit cecd898a33
1 changed files with 1 additions and 1 deletions

View File

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