This commit is contained in:
X1627315083@163.com
2026-03-13 14:52:56 +08:00
parent 776ac4a566
commit a773deb336
3 changed files with 6 additions and 5 deletions

View File

@@ -35,10 +35,7 @@
const isAnimation = computed(() => globalStore.state.homeAnimation)
const flowCanvasRef = ref(null)
const openFlowCanvas = (config) =>{
console.log(config)
flowCanvasRef.value.open(config)
}
const openFlowCanvas = (config) => flowCanvasRef.value.open(config)
myEvent.add('openFlowCanvas', openFlowCanvas)
const depthCanvasRef = ref(null)