UNPKG

uview

Version:

A high quality UI components Library with Vue.js, fork from iview

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