vue-gantt-3
Version:
A gantt component for Vue 3
13 lines (12 loc) • 351 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const withInstall = (main, extra) => {
main.install = (app) => {
for (const comp of [main, ...Object.values({})]) {
app.component(comp.name, comp);
}
};
return main;
};
exports.withInstall = withInstall;
//# sourceMappingURL=withInstall.js.map