mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-17 11:49:41 +08:00
parent
195224f745
commit
152f4dbf3d
@ -55,7 +55,7 @@ export const rateProps = buildProps({
|
||||
type: iconPropType,
|
||||
default: () => Star,
|
||||
},
|
||||
disabledvoidIcon: {
|
||||
disabledVoidIcon: {
|
||||
type: iconPropType,
|
||||
default: () => StarFilled,
|
||||
},
|
||||
|
@ -155,7 +155,7 @@ export default defineComponent({
|
||||
getValueFromMap(props.modelValue, componentMap.value)
|
||||
)
|
||||
const voidComponent = computed(() =>
|
||||
rateDisabled.value ? props.disabledvoidIcon : props.voidIcon
|
||||
rateDisabled.value ? props.disabledVoidIcon : props.voidIcon
|
||||
)
|
||||
const activeComponent = computed(() =>
|
||||
getValueFromMap(currentValue.value, componentMap.value)
|
||||
|
Loading…
Reference in New Issue
Block a user