forked from mt-fe-group/mt-yd-ui
8 lines
163 B
JavaScript
8 lines
163 B
JavaScript
import RenDeptTree from './src/ren-dept-tree'
|
|
|
|
RenDeptTree.install = function (Vue) {
|
|
Vue.component(RenDeptTree.name, RenDeptTree)
|
|
}
|
|
|
|
export default RenDeptTree
|