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

pull/5043/head
zkwolf 2021-12-13 15:52:20 +08:00 committed by GitHub
parent 07ee749023
commit cd6c6ff048
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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