UNPKG

@mucfe/matui

Version:

基于Vue和ElementUi的PC组件库

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