UNPKG

@shinhotech/sh-ui

Version:

A Component Library for Vue.js.

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