diff --git a/src/views/home/index.vue b/src/views/home/index.vue index c548851..4bcadee 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -35,7 +35,10 @@ const isAnimation = computed(() => globalStore.state.homeAnimation) const flowCanvasRef = ref(null) - const openFlowCanvas = (config) => flowCanvasRef.value.open(config) + const openFlowCanvas = (config) =>{ + console.log(config) + flowCanvasRef.value.open(config) + } myEvent.add('openFlowCanvas', openFlowCanvas) const depthCanvasRef = ref(null)