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,12 +0,0 @@
|
||||
import Vue from 'vue'
|
||||
import TableAPILink from '../components/TableAPILink.vue'
|
||||
import TableColumnAPILink from '../components/TableColumnAPILink.vue'
|
||||
import PagerAPILink from '../components/PagerAPILink.vue'
|
||||
import ToolbarAPILink from '../components/ToolbarAPILink.vue'
|
||||
import GridAPILink from '../components/GridAPILink.vue'
|
||||
|
||||
Vue.component(TableAPILink.name, TableAPILink)
|
||||
Vue.component(TableColumnAPILink.name, TableColumnAPILink)
|
||||
Vue.component(PagerAPILink.name, PagerAPILink)
|
||||
Vue.component(ToolbarAPILink.name, ToolbarAPILink)
|
||||
Vue.component(GridAPILink.name, GridAPILink)
|
||||
Reference in New Issue
Block a user