Browse Source

fix: badge inheritAttrs

pull/4134/head
tanjinzhou 4 years ago
parent
commit
a01be5cce4
  1. 1
      components/badge/Badge.tsx

1
components/badge/Badge.tsx

@ -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…
Cancel
Save