mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
10 lines
166 B
JavaScript
10 lines
166 B
JavaScript
import VxeList from './src/list'
|
|
|
|
export const List = Object.assign(VxeList, {
|
|
install (Vue) {
|
|
Vue.component(VxeList.name, VxeList)
|
|
}
|
|
})
|
|
|
|
export default List
|