mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
7 lines
107 B
JavaScript
7 lines
107 B
JavaScript
import Vue from 'vue'
|
|
import VxeTable from '../../src'
|
|
|
|
import '../../style/index.scss'
|
|
|
|
Vue.use(VxeTable)
|