UNPKG

@prettyy/ui

Version:

vue2 UI

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