This commit is contained in:
lzp
2026-02-27 17:32:56 +08:00
parent 9f9c3c01d4
commit 97a8901d69
5 changed files with 17 additions and 7 deletions

View File

@@ -99,7 +99,8 @@
const exportFlow = () => {
// flowManager.exportFlow()
console.log(flowManager.exportFlow())
const json = JSON.parse(JSON.stringify(stateManager.nodes.value))
console.log(json)
}
onMounted(() => {