UNPKG

umy-ui

Version:

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

7 lines (5 loc) 138 B
import { UTable} from 'umy-table' UTable.install = function(Vue) { Vue.component(UTable.name, UTable); }; export default UTable;