mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
feat(translation): date/time picker translation possibility if using vue-i18n
This commit is contained in:
@@ -58,7 +58,9 @@
|
||||
},
|
||||
|
||||
methods: {
|
||||
$t: $t,
|
||||
$t(...args) {
|
||||
return $t.apply(this, args);
|
||||
},
|
||||
|
||||
handleMonthTableClick(event) {
|
||||
const target = event.target;
|
||||
|
||||
Reference in New Issue
Block a user