UNPKG

umy-ui

Version:

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

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