画布
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user