mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
This commit is contained in:
@@ -203,6 +203,13 @@ export default defineComponent({
|
||||
)
|
||||
})
|
||||
|
||||
watch(
|
||||
() => props.currentNodeKey,
|
||||
(newVal) => {
|
||||
store.value.setCurrentNodeKey(newVal)
|
||||
}
|
||||
)
|
||||
|
||||
watch(
|
||||
() => props.defaultCheckedKeys,
|
||||
(newVal) => {
|
||||
|
||||
Reference in New Issue
Block a user