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

@ -57,11 +57,11 @@ export default {
tooltipOptions: null,
style: null,
class: null,
'aria-labelledby': {
ariaLabelledby: {
type: String,
default: null
},
'aria-label': {
ariaLabel: {
type: String,
default: null
}