fix: badge inheritAttrs
parent
e442b0d1ec
commit
a01be5cce4
|
@ -36,6 +36,7 @@ export type BadgeProps = Partial<ExtractPropTypes<typeof badgeProps>>;
|
|||
export default defineComponent({
|
||||
name: 'ABadge',
|
||||
Ribbon,
|
||||
inheritAttrs: false,
|
||||
props: badgeProps,
|
||||
slots: ['text', 'count'],
|
||||
setup(props, { slots, attrs }) {
|
||||
|
|
Loading…
Reference in New Issue