We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50503e5 commit 0026117Copy full SHA for 0026117
components/badge/Badge.tsx
@@ -114,7 +114,7 @@ export default defineComponent({
114
[`${prefixCls.value}-count-sm`]: props.size === 'small',
115
[`${prefixCls.value}-multiple-words`]:
116
!isDotRef.value && displayCount.value && displayCount.value.toString().length > 1,
117
- [`${prefixCls.value}-status-${status}`]: !!status,
+ [`${prefixCls.value}-status-${props.status}`]: !!props.status,
118
[`${prefixCls.value}-status-${props.color}`]: isPresetColor(props.color),
119
}));
120
0 commit comments