chore: update badge prop check (#16198)

pull/16201/head
iamkun 2019-06-24 15:13:36 +08:00 committed by hetech
parent e2303b85a4
commit 2cb627062c
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ export default {
name: 'ElBadge', name: 'ElBadge',
props: { props: {
value: {}, value: [String, Number],
max: Number, max: Number,
isDot: Boolean, isDot: Boolean,
hidden: Boolean, hidden: Boolean,