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