/** * 自定义控件仓库 */ import serialNumber from './number/index.vue' export default (app: any) => { app.component('SerialNumber', serialNumber) }