fix: rate slot character not work #4509

close #4509
This commit is contained in:
tangjinzhou 2021-08-12 15:33:01 +08:00
parent 4e14656ef1
commit 8187d3a739

View File

@ -40,7 +40,6 @@ const Rate = defineComponent({
allowClear: true,
prefixCls: 'ant-rate',
tabindex: 0,
character: '★',
direction: 'ltr',
}),
emits: ['hoverChange', 'update:value', 'change', 'focus', 'blur', 'keydown'],