feat(components): el-tree.currentNodekey responsive. close #9576 (#9577)

This commit is contained in:
zhiyuanzmj
2022-09-01 23:30:04 +08:00
committed by GitHub
parent f0414c7822
commit c063276da8

View File

@@ -203,6 +203,13 @@ export default defineComponent({
)
})
watch(
() => props.currentNodeKey,
(newVal) => {
store.value.setCurrentNodeKey(newVal)
}
)
watch(
() => props.defaultCheckedKeys,
(newVal) => {