feat(translation): date/time picker translation possibility if using vue-i18n

This commit is contained in:
Karol Fabjańczuk
2016-10-11 00:14:29 +02:00
parent 30003ec594
commit d60133cf09
8 changed files with 41 additions and 22 deletions

View File

@@ -58,7 +58,9 @@
},
methods: {
$t: $t,
$t(...args) {
return $t.apply(this, args);
},
handleMonthTableClick(event) {
const target = event.target;