{"version":3,"file":"installer.mjs","sources":["../../../packages/installer.ts"],"sourcesContent":["import type { App, Plugin } from 'vue';\n\nimport { IButton } from './components/button';\nimport { Itabs } from './components/tabs';\n\nconst component = [IButton, Itabs] as Plugin[];\n\nexport const install = function (app: App) {\n  component.forEach((i) => {\n    return app.use(i);\n  });\n};\n\nexport default {\n  install,\n};\n"],"names":[],"mappings":";;;AAKA,MAAM,SAAA,GAAY,CAAC,OAAA,EAAS,KAAK,CAAA,CAAA;AAEpB,MAAA,OAAA,GAAU,SAAU,GAAU,EAAA;AACzC,EAAU,SAAA,CAAA,OAAA,CAAQ,CAAC,CAAM,KAAA;AACvB,IAAO,OAAA,GAAA,CAAI,IAAI,CAAC,CAAA,CAAA;AAAA,GACjB,CAAA,CAAA;AACH,EAAA;AAEA,gBAAe;AAAA,EACb,OAAA;AACF,CAAA;;;;"}