@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$z = require('./src/index.js');
const aims = {
install: (app) => {
for (const c in index$z) {
const currCom = index$z[c];
if (currCom.__name === "index")
app.component(c, currCom);
else
app.use(index$z[c]);
}
}
};
exports.default = aims;