UNPKG

@cmstops/pro-compo

Version:

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

13 lines (12 loc) 228 B
"use strict"; const components = {}; const install = (app) => { for (const key of Object.keys(components)) { app.use(components[key]); } }; const Components = { ...components, install }; module.exports = Components;