fix
This commit is contained in:
@@ -35,7 +35,10 @@
|
|||||||
const isAnimation = computed(() => globalStore.state.homeAnimation)
|
const isAnimation = computed(() => globalStore.state.homeAnimation)
|
||||||
|
|
||||||
const flowCanvasRef = ref(null)
|
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)
|
myEvent.add('openFlowCanvas', openFlowCanvas)
|
||||||
|
|
||||||
const depthCanvasRef = ref(null)
|
const depthCanvasRef = ref(null)
|
||||||
|
|||||||
Reference in New Issue
Block a user