UNPKG

logwire-wms-ui-test

Version:

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

12 lines (8 loc) 203 B
/* * 我的管理页 * @author: 张文 * @date 2022-03-02 * */ import lwMyPage from "./index.vue"; lwMyPage.install = Vue => Vue.component(lwMyPage.name, lwMyPage) export default lwMyPage