Skip to content

Commit

Permalink
support collapse value type
Browse files Browse the repository at this point in the history
  • Loading branch information
baiyaaaaa committed Jan 17, 2017
1 parent e276751 commit cecd898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/collapse/src/collapse.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
props: {
accordion: Boolean,
value: {
type: [Array, String],
type: [Array, String, Number],
default() {
return [];
}
Expand Down

0 comments on commit cecd898

Please sign in to comment.