mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
9 lines
170 B
JavaScript
9 lines
170 B
JavaScript
import VxeTable from './src/table'
|
|
|
|
VxeTable.install = function (Vue) {
|
|
Vue.component(VxeTable.name, VxeTable)
|
|
}
|
|
|
|
export const Table = VxeTable
|
|
export default VxeTable
|