UNPKG

@ykcl/smart-ui-oversea

Version:

A Component Library for Vue.js.

10 lines (8 loc) 159 B
import { t } from '@ykcl/smart-ui-oversea/src/locale'; export default { methods: { t(...args) { return t.apply(this, args); } } };