index.js 162 B

12345678
  1. import VxeList from './src/list'
  2. VxeList.install = function (Vue) {
  3. Vue.component(VxeList.name, VxeList)
  4. }
  5. export const List = VxeList
  6. export default VxeList