Fixed #4511 - Wrong types issue with aria-label and aria-labelledby Props

This commit is contained in:
tugcekucukoglu 2023-11-24 15:15:40 +03:00
parent 4b322a708b
commit d65bda79f0
30 changed files with 58 additions and 58 deletions

View file

@ -22,7 +22,7 @@ export default {
},
disabled: Boolean,
dataKey: null,
'aria-labelledby': {
ariaLabelledby: {
type: String,
default: null
}