UNPKG

element3

Version:

A Component Library for Vue3

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