UNPKG

yyzone

Version:

yyzone vue components and utils

10 lines (8 loc) 143 B
import { t } from '../locale/' export default { methods: { t(...args) { return t.apply(this, args); } } }