优化重构

This commit is contained in:
xuliangzhan
2020-05-07 11:46:04 +08:00
parent f7e0a3e55f
commit 2b9995ca58
72 changed files with 483 additions and 203 deletions

View File

@@ -28,8 +28,7 @@ import {
Export,
Custom,
Keyboard,
Validator,
Resize
Validator
} from '../../../packages/vxe-table'
// import VXETablePluginElement from '../../../../vxe-table-plugin-element/test.js'
@@ -87,7 +86,6 @@ Vue.use(Export)
Vue.use(Custom)
Vue.use(Keyboard)
Vue.use(Validator)
Vue.use(Resize)
// 再安装核心
Vue.use(Table)