index.js 87 B

1234
  1. import Banner from './banner.vue'
  2. import Info from './info.vue'
  3. export {Banner, Info}