This commit is contained in:
X1627315083@163.com
2026-03-13 15:32:53 +08:00
parent 4511b08c04
commit 0a4da22f35
2 changed files with 6 additions and 7 deletions

View File

@@ -26,7 +26,7 @@
stateManager.tool.value === TOOLS.TEXT
"
>
<!-- <component
<component
:is="components[node.data.component]"
:class="{ active: stateManager.activeNodeID.value === node.id }"
:active="stateManager.activeNodeID.value === node.id"
@@ -40,7 +40,7 @@
@update-data="(v) => (node.data.data = v)"
@bring-to-font="bringToFont(node.id)"
@send-to-back="sendToBack(node.id)"
/> -->
/>
</node>
</template>
</VueFlow>