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 {
|
return {
|
||||||
pickerOptions: {
|
pickerOptions: {
|
||||||
shortcuts: [{
|
shortcuts: [{
|
||||||
text: 'Aujourdh\'ui',
|
text: 'Aujourd\'hui',
|
||||||
onClick(picker) {
|
onClick(picker) {
|
||||||
picker.$emit('pick', new Date());
|
picker.$emit('pick', new Date());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue