import { UxGrid } from 'umy-table'
UxGrid.install = function(Vue) {
    Vue.component(UxGrid.name, UxGrid);
};

export default UxGrid;