BasicTree #3874
Unanswered
skywolf888
asked this question in
Q&A
BasicTree
#3874
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
BasicTree的const treeData = computed(() => {
const data = cloneDeep(getTreeData.value);
这里为何用cloneDeep ,导致 select 的 node.dataRef不是原treeitem 的数据,修改原值后无法响应,为毛啊?
Beta Was this translation helpful? Give feedback.
All reactions