UNPKG

logwire-wms-ui-test

Version:

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

12 lines (8 loc) 219 B
/* * 车牌号输入组件 * @author: 张文 * @date 2022-06-06 * */ import lwCarPlate from "./index.vue"; lwCarPlate.install = Vue => Vue.component(lwCarPlate.name, lwCarPlate) export default lwCarPlate