UNPKG

bin-tree-org

Version:

vue属性组织结构组件

9 lines (6 loc) 161 B
import TreeOrg from './tree.vue' /* istanbul ignore next */ TreeOrg.install = function (Vue) { Vue.component(TreeOrg.name, TreeOrg) } export default TreeOrg