There was an error while loading. Please reload this page.
1 parent 272a200 commit bb12fb8Copy full SHA for bb12fb8
packages/devui-vue/devui/badge/src/badge-types.ts
@@ -21,7 +21,7 @@ export const badgeProps = {
21
status: {
22
type: String as PropType<BadgeStatusType>,
23
validator: (val: string): boolean => badgeStatusType.includes(val),
24
- default: 'danger'
+ default: 'info'
25
},
26
position: {
27
type: String as PropType<BadgePositionType>,
0 commit comments