UNPKG

mt-ui-components-vue3

Version:

玛果添实UI组件库(Vue3)

9 lines 194 B
export var withInstall = function withInstall(comp, name) { var c = comp; c.install = function (app) { // @ts-ignore app.component(name, comp); return app; }; return comp; };