UNPKG

yyzone-bip

Version:

升级新的ui标准后的yyzone库

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