docs(examples): change el-date-picker label to aria-label (#16740)

docs: change label to aria-label
This commit is contained in:
sea / 神秘海
2024-05-03 09:28:35 +08:00
committed by GitHub
parent 8662178484
commit 11680a077a
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@
<el-date-picker
v-model="sizeForm.date1"
type="date"
label="Pick a date"
aria-label="Pick a date"
placeholder="Pick a date"
style="width: 100%"
/>

View File

@@ -31,7 +31,7 @@
<el-date-picker
v-model="ruleForm.date1"
type="date"
label="Pick a date"
aria-label="Pick a date"
placeholder="Pick a date"
style="width: 100%"
/>