This commit is contained in:
X1627315083@163.com
2026-03-13 15:20:32 +08:00
parent 7660ef74e8
commit 870afa2872
2 changed files with 2 additions and 7 deletions

View File

@@ -17,7 +17,7 @@
:style="{ '--custom-cursor': stateManager.cursor.value }"
>
<template v-for="v in nodeTypes" :key="v" #[`node-${v}`]="node">
<node
<!-- <node
:type="v"
:stateManager="stateManager"
:node="node"
@@ -41,7 +41,7 @@
@bring-to-font="bringToFont(node.id)"
@send-to-back="sendToBack(node.id)"
/>
</node>
</node> -->
</template>
</VueFlow>
</div>