UNPKG

@nutui/nutui

Version:

京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)

13 lines (12 loc) 206 B
const withInstall = (comp) => { const _comp = comp; _comp.install = (vue) => { if (_comp.name) { vue.component(_comp.name, _comp); } }; return _comp; }; export { withInstall as w };