Browse Source

fix(rate): global prefixCls invalid (#5026)

pull/5043/head
zkwolf 3 years ago committed by GitHub
parent
commit
cd6c6ff048
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      components/rate/index.tsx

1
components/rate/index.tsx

@ -39,7 +39,6 @@ const Rate = defineComponent({
count: 5,
allowHalf: false,
allowClear: true,
prefixCls: 'ant-rate',
tabindex: 0,
direction: 'ltr',
}),

Loading…
Cancel
Save