UNPKG

iview

Version:

A high quality UI components Library with Vue.js

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