UNPKG
bin-tree-org
Version:
latest (1.3.0)
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0
vue属性组织结构组件
bin-tree-org
/
src
/
components
/
tree
/
index.js
9 lines
(6 loc)
•
161 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
TreeOrg
from
'./tree.vue'
/* istanbul ignore next */
TreeOrg
.
install
=
function
(
Vue
) {
Vue
.
component
(
TreeOrg
.
name
,
TreeOrg
) }
export
default
TreeOrg