Merge pull request #2455 from baiyaaaaa/feat-collapse

support collapse value type(fix #2452)
pull/2456/head
baiyaaaaa 2017-01-17 10:55:30 +08:00 committed by GitHub
commit c6ac4adf2c
1 changed files with 1 additions and 1 deletions

View File

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