UNPKG

weex-flymeui

Version:

A Flyme Style UI library based on Weex for Creator.

10 lines (8 loc) 141 B
import { t } from 'weex-flymeui/lib/locale'; export default { methods: { t (...args) { return t.apply(this, args); } } };