UNPKG

m2-mobui

Version:

The package is provided web components and utilities based on vue and element-ui.

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