UNPKG

song-ui-u

Version:

vue3 + js的PC前端组件库

15 lines (12 loc) 282 B
'use strict'; const makeInstaller = (components) => { const install = (app) => { if (install.installed) return; components.forEach((c) => app.use(c)); }; return { install }; }; exports.makeInstaller = makeInstaller; //# sourceMappingURL=make-installer.cjs.map