qingruikz

Results 1 issues of qingruikz

### This function solves the problem (这个功能解决的问题) 根据已关闭的 [#1973](https://github.com/tusen-ai/naive-ui/pull/1973#issuecomment-1003743131),在 2.24.0 中增加了NTree 组件的 render-switcher-icon API,但该函数没有传入相应的 option 参数。 但实际有需要传参的场景! 当为 NTree 绑定 `expanded-keys` 属性后,NTree 组件处于受控模式下,此时点击展开开关的图标将不起作用,此时如果需要在受控模式下实现展开开关的功能的话,需要获取点击的节点信息,因此需要 `(info: { option: TreeOption, checked: boolean, selected:...

feature request