Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 214 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 214 Bytes

iview-table-header-drag

import Vue from 'vue';
import iView, {Table} from 'iview';
import TableHeaderDragInstall from "iview-table-header-drag";

Vue.use(TableHeaderDragInstall, Table);
Vue.use(iView);