This commit is contained in:
lzp
2026-02-27 16:04:55 +08:00
parent 467be3d75c
commit 190357caf5
13 changed files with 115 additions and 43 deletions

View File

@@ -23,7 +23,7 @@
</template>
</VueFlow>
</div>
<header-tools />
<header-tools @export="exportFlow" />
<zoom
:zoom="stateManager.zoom.value"
:step="0.1"
@@ -90,6 +90,11 @@
}, 0)
}
const exportFlow = () => {
// flowManager.exportFlow()
console.log(flowManager.exportFlow())
}
onMounted(() => {
// window['vueFlow'] = vueFlow
// window['nodes'] = nodes