Skip to content

Commit

Permalink
chore: update badge prop check (#16198)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkun authored and ziyoung committed Jun 24, 2019
1 parent e2303b8 commit 2cb6270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/badge/src/main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default {
name: 'ElBadge',
props: {
value: {},
value: [String, Number],
max: Number,
isDot: Boolean,
hidden: Boolean,
Expand Down

0 comments on commit 2cb6270

Please sign in to comment.