提交 67df9b8c 编写于 作者: Y yuyeqianxun 提交者: GitHub

fix: Repair tree component click to select (#33)

上级 e8aedefb
......@@ -250,7 +250,7 @@ export default defineComponent({
state.selectedKeys = v;
emit('update:selectedKeys', v);
},
check: (v: CheckKeys) => {
onCheck: (v: CheckKeys) => {
state.checkedKeys = v;
emit('update:value', v);
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册