UNPKG

fork-reap-design

Version:

A high quality UI components Library with Vue.js

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