UNPKG

@cmstops/pro-compo

Version:

[物料平台文档中心](https://arco.design/docs/material/guide)

12 lines (11 loc) 219 B
const components = {}; const install = (app) => { for (const key of Object.keys(components)) { app.use(components[key]); } }; const Components = { ...components, install }; export { Components as default };