UNPKG

at-ui

Version:

A UI Component Library with Vue.js

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