This commit is contained in:
xuliangzhan
2019-08-07 18:54:47 +08:00
parent afebdd719a
commit 116af0e1bf
88 changed files with 5904 additions and 166 deletions

View File

@@ -5,6 +5,12 @@ import PagerAPILink from '../components/PagerAPILink.vue'
import ToolbarAPILink from '../components/ToolbarAPILink.vue'
import GridAPILink from '../components/GridAPILink.vue'
import './highlight.js'
import './element.js'
import './iview.js'
import './antd.js'
import './xtable.js'
Vue.component(TableAPILink.name, TableAPILink)
Vue.component(TableColumnAPILink.name, TableColumnAPILink)
Vue.component(PagerAPILink.name, PagerAPILink)