UNPKG

@zhangqingcq/plug-r-qw

Version:

A JS lib base on Vue and View-design, you can achieve some complex functions with simple code after install this lib.

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