Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: 小修改,解决tableAction配置tooltip项或popConfirm项时点击事件触发两次的问题。(ActionItemR…
…ender中返回的组件会一并携带上v-bind中的所有属性,里层外层会有两个onClick监听触发同一个回调,所以修改v-bind为以单一属性actionItem对象,或者直接传递popConfirm和tooltip两个属性) (#210)
- Loading branch information