This commit is contained in:
X1627315083@163.com
2026-03-13 15:13:09 +08:00
parent 1333a885d1
commit dc0e5df212
3 changed files with 5 additions and 6 deletions

View File

@@ -135,7 +135,6 @@
const nodes = computed(() => stateManager.nodes_.value)
const edges = computed(() => stateManager.edges.value)
const edges_ = computed(() => {
console.log(123)
return edges.value.filter((v) => v?.visible)
})
const nodesDraggable = computed(() => stateManager.nodesDraggable.value)