mirror of
https://github.com/vbenjs/gf-vben-admin.git
synced 2025-01-23 20:00:19 +08:00
fix: Repair tree component click to select (#33)
This commit is contained in:
parent
e8aedefb38
commit
67df9b8c93
@ -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);
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user