mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
docs(examples): change el-date-picker label to aria-label (#16740)
docs: change label to aria-label
This commit is contained in:
@@ -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%"
|
||||
/>
|
||||
|
||||
@@ -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%"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user