Skip to content

Commit

Permalink
fix: 馃悰 add Number type in label property
Browse files Browse the repository at this point in the history
  • Loading branch information
zircleUI committed Nov 13, 2018
1 parent f0226c7 commit 424ac5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/z-spot.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default {
default: 'medium'
},
label: {
type: [String]
type: [String, Number]
},
labelPos: {
type: [String],
Expand Down
2 changes: 1 addition & 1 deletion src/components/z-view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default {
default: 'xxl'
},
label: {
type: [String]
type: [String, Number]
},
labelPos: {
type: [String],
Expand Down

0 comments on commit 424ac5e

Please sign in to comment.