UNPKG

umy-ui

Version:

一个基于 vue 的 PC 端表格UI库,解决万级数据渲染卡顿问题,过万数据点击全选卡顿,等等问题

10 lines (8 loc) 136 B
import { t } from 'umy-ui/tools/locale'; export default { methods: { t(...args) { return t.apply(this, args); } } };