opentiny / tiny-vue

TinyVue is an enterprise-class UI component library of OpenTiny community, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.
https://opentiny.design/tiny-vue
MIT License
1.58k stars 254 forks source link

🐛 [Bug]: grid tree Component missing row click event #1348

Open David-TechNomad opened 8 months ago

David-TechNomad commented 8 months ago

Version

v3.12.0

Vue Version

v 3.4

Link to minimal reproduction

https://opentiny.design/tiny-vue/zh-CN/os-theme/components/grid-event

Step to reproduce

grid tree Component missing row click event

What is expected

grid tree Component Need to add row click event

What is actually happening

No response

Any additional comments (optional)

No response

Jevin0 commented 8 months ago

https://opentiny.design/vue-playground?cmpId=grid-event&fileName=event/current-change-event.vue&apiMode=Composition&mode=pc&theme=default

使用highlight-current-row 配合上@current-change 是否能实现你要的效果呢?