UNPKG

czy-avue-form-design

Version:

Vue3.0版本,因Avue还存在一些bug,请慎重使用。

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