mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
update
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
import Vue from 'vue'
|
||||
import i18n from '../i18n'
|
||||
import VXETable from '../../src'
|
||||
import VXETablePluginElement from '../../../vxe-table-plugin-element/index.js'
|
||||
import VXETablePluginIView from '../../../vxe-table-plugin-iview/index.js'
|
||||
// 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, {
|
||||
i18n: (key, value) => i18n.t(key, value)
|
||||
})
|
||||
VXETable.use(VXETablePluginElement)
|
||||
VXETable.use(VXETablePluginIView)
|
||||
Reference in New Issue
Block a user