vue3-tree-org icon indicating copy to clipboard operation
vue3-tree-org copied to clipboard

基于vue3.x + typeScript 实现的组织架构图

Results 23 vue3-tree-org issues
Sort by recently updated
recently updated
newest added

预期行为: ![image](https://github.com/sangtian152/vue3-tree-org/assets/52773276/754e0861-bda4-488a-a354-e0dea63d7dfa) ![image](https://github.com/sangtian152/vue3-tree-org/assets/52773276/c0da5084-168b-4f2e-a3b6-739c8cfaf104) 类似ant g6实现子节点右对齐功能 ``` treeGraph.node(function (node) { console.log(node.children); return { label: node.id, labelCfg: { offset: 10, position: node.children && node.children.length > 0 ? "" : "right" } };...

没有api方法添加删除,对节点进行操作吗?

需要把整个树截图保存下来,请问有没有相关demo

建议添加支持配置自定义连线的样式

版本:"vue3-tree-org": "^4.2.2", vue3内使用局部组件 ![image](https://github.com/sangtian152/vue3-tree-org/assets/77819037/306fa5cc-077a-452e-b8e8-86d67a237084) 目前改成了这种形式就没有问题 import "vue3-tree-org/lib/vue3-tree-org.css"; import Vue3TreeOrg2 from 'vue3-tree-org'; const Vue3TreeOrg = Vue3TreeOrg2.Vue3TreeOrg;

自定义节点时,取不到完整节点数据

![1111](https://github.com/sangtian152/vue3-tree-org/assets/98016891/dda5d219-79dc-4917-938b-ef5fd2e98321) ![222](https://github.com/sangtian152/vue3-tree-org/assets/98016891/8d0f521f-0963-4959-a01b-ec954d9157a2) ![333](https://github.com/sangtian152/vue3-tree-org/assets/98016891/a42d68ab-f6f2-4972-a886-c7863960a6e4)

![image](https://github.com/user-attachments/assets/af36fe5d-0de0-4808-a456-c6d418b54745)