UNPKG

wisdom-ui

Version:
13 lines (10 loc) 323 B
import BaseTree from '../packages/base-tree'; const components = { BaseTree }; const install = (Vue, opts = {}) => Object.values(components).forEach(component => Vue.component(component.name, component)); if (window && window.Vue) install(window.Vue); module.exports = { install, ...components };