Files
vxe-table/examples/plugins/xtable.js
xuliangzhan 47c57484fd update
2019-05-16 10:20:12 +08:00

9 lines
336 B
JavaScript

import Vue from 'vue'
import VXETable from '../../src'
import VXETablePluginElement from 'vxe-table-plugin-element'
import VXETablePluginIView from 'vxe-table-plugin-iview'
import 'vxe-table-plugin-element/dist/style.css'
import 'vxe-table-plugin-iview/dist/style.css'
Vue.use(VXETable, {}, VXETablePluginElement, VXETablePluginIView)