NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/vxe-table/packages/list/index.js
2023-09-14 14:47:11 +08:00

9 lines
162 B
JavaScript

import VxeList from './src/list'
VxeList.install = function (Vue) {
Vue.component(VxeList.name, VxeList)
}
export const List = VxeList
export default VxeList