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

@ -6,7 +6,7 @@ export default {
name: 'BaseToolbar',
extends: BaseComponent,
props: {
'aria-labelledby': {
ariaLabelledby: {
type: String,
default: null
}