Cosmetics

pull/2835/head
mertsincan 2022-08-02 08:44:13 +01:00
parent 9985574290
commit 757ec20f5c
4 changed files with 8 additions and 8 deletions

View File

@ -178,11 +178,11 @@ export default {
type: Number, type: Number,
default: 0 default: 0
}, },
"aria-label": { 'aria-label': {
type: String, type: String,
default: null default: null
}, },
"aria-labelledby": { 'aria-labelledby': {
type: String, type: String,
default: null default: null
} }

View File

@ -164,11 +164,11 @@ export default {
type: Number, type: Number,
default: 0 default: 0
}, },
"aria-label": { 'aria-label': {
type: String, type: String,
default: null default: null
}, },
"aria-labelledby": { 'aria-labelledby': {
type: String, type: String,
default: null default: null
} }

View File

@ -120,11 +120,11 @@ export default {
type: Number, type: Number,
default: 0 default: 0
}, },
"aria-label": { 'aria-label': {
type: String, type: String,
default: null default: null
}, },
"aria-labelledby": { 'aria-labelledby': {
type: String, type: String,
default: null default: null
} }

View File

@ -221,11 +221,11 @@ export default {
type: Number, type: Number,
default: 0 default: 0
}, },
"aria-label": { 'aria-label': {
type: String, type: String,
default: null default: null
}, },
"aria-labelledby": { 'aria-labelledby': {
type: String, type: String,
default: null default: null
} }