UNPKG

vue-gantt-3

Version:

A gantt component for Vue 3

13 lines (12 loc) 256 B
const withInstall = (main, extra) => { main.install = (app) => { for (const comp of [main, ...Object.values({})]) { app.component(comp.name, comp); } }; return main; }; export { withInstall }; //# sourceMappingURL=withInstall.mjs.map