{"version":3,"file":"make-installer.mjs","sources":["../../packages/ll-plus/make-installer.ts"],"sourcesContent":["import type { App, Plugin } from 'vue'\r\n\r\n// 全局导入 app.use(ZPlus) 组件和插件\r\nexport const makeInstaller = (components: Plugin[]) => {\r\n  const install = (app: App) => {\r\n    components.forEach(component => app.use(component))\r\n  }\r\n  return {\r\n    install\r\n  }\r\n}\r\n"],"names":[],"mappings":";AAGO,MAAM,aAAA,GAAgB,CAAC,UAAA,KAAyB;AACrD,EAAA,MAAM,OAAA,GAAU,CAAC,GAAA,KAAa;AAC5B,IAAA,UAAA,CAAW,OAAA,CAAQ,CAAA,SAAA,KAAa,GAAA,CAAI,GAAA,CAAI,SAAS,CAAC,CAAA;AAAA,EACpD,CAAA;AACA,EAAA,OAAO;AAAA,IACL;AAAA,GACF;AACF;;;;"}