UNPKG

logwire-wms-ui-test

Version:

运匠科技wms-PDA基础组件库

14 lines (9 loc) 285 B
import LwOutboundReprintBoxListPage from './LwOutboundReprintBoxListPage.vue' const pages = [ LwOutboundReprintBoxListPage, ] pages.forEach(page => page.install = Vue => Vue.component(page.name, page)) export { LwOutboundReprintBoxListPage, } export default pages