@ued_fpi/data-visual
Version:
<br /> <br /> <div style="text-align:center"> <b style="font-size:30px">@ued_fpi/data-visual</b> <p>基于Vite4+TypeScript的Vue3大屏组件库开发框架</p> <img style="display:inline" src="https://img.shields.io/npm/v/@ued_fpi/data-visual" />
20 lines (15 loc) • 423 B
JavaScript
;
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
const index$$ = require('./src/index.js');
const ipes = {
install: (app) => {
for (const c in index$$) {
const currCom = index$$[c];
if (currCom.__name === "index")
app.component(c, currCom);
else
app.use(index$$[c]);
}
}
};
exports.default = ipes;