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

@ -26,11 +26,11 @@ export default {
type: String,
default: 'square'
},
'aria-labelledby': {
ariaLabelledby: {
type: String,
default: null
},
'aria-label': {
ariaLabel: {
type: String,
default: null
}