UNPKG

yuang-framework-ui-pc

Version:

yuang-framework-ui-pc Library

12 lines (11 loc) 227 B
import * as components from "./components"; const installer = { install(app) { Object.keys(components).forEach((key) => { app.component(components[key].name, components[key]); }); } }; export { installer };