mirror of https://github.com/ElemeFE/element
docs: fix typo in french translation of datetime-picker.md (#20543)
parent
5fecffa353
commit
127dfadb6a
|
@ -46,7 +46,7 @@ DateTimePicker est dérivé de DatePicker et TimePicker. Pour plus d'information
|
|||
return {
|
||||
pickerOptions: {
|
||||
shortcuts: [{
|
||||
text: 'Aujourdh\'ui',
|
||||
text: 'Aujourd\'hui',
|
||||
onClick(picker) {
|
||||
picker.$emit('pick', new Date());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue