arco-design / arco-design-vue

A Vue.js 3 UI Library based on Arco Design
https://arco.design/vue
MIT License
2.74k stars 537 forks source link

Tree树 组件怎么实现点击父级的时候不是选择而是展开子级 #2320

Open GeZiOrk opened 1 year ago

GeZiOrk commented 1 year ago

Basic Info

Steps to reproduce

Tree树 组件我找了很久没有看见有类似的解决方法,我想实现只能选择子级,父级是点击的时候展开而不是选择。

Curtain11 commented 1 year ago

action-on-node-click=“expand”

lmq2582609 commented 3 months ago
<a-tree :data="treeData" block-node action-on-node-click="expand" />