UNPKG

mss_element_ui

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