UNPKG

logwire-wms-ui-test

Version:

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

23 lines (18 loc) 696 B
import LwInboundSortingIndexPage from './LwInboundSortingIndexPage.vue' import LwInboundSortingAsnPage from './LwInboundSortingAsnPage.vue' import LwInboundSortingByOrderPage from './LwInboundSortingByOrderPage.vue' import LwInboundSortingByContainerPage from './LwInboundSortingByContainerPage.vue' const pages = [ LwInboundSortingIndexPage, LwInboundSortingAsnPage, LwInboundSortingByOrderPage, LwInboundSortingByContainerPage, ] pages.forEach(page => page.install = Vue => Vue.component(page.name, page)) export { LwInboundSortingIndexPage, LwInboundSortingAsnPage, LwInboundSortingByOrderPage, LwInboundSortingByContainerPage, } export default pages