diff --git a/docs/components/home/flows/Intro.vue b/docs/components/home/flows/Intro.vue index 5e728f3c..a3fba749 100644 --- a/docs/components/home/flows/Intro.vue +++ b/docs/components/home/flows/Intro.vue @@ -100,7 +100,6 @@ onNodeClick(async ({ node }) => { } }) -const init = ref(false) const el = templateRef('el', null) const setNodes = () => { @@ -191,7 +190,6 @@ const setNodes = () => { nextTick(() => { fitView() - if (!init.value) init.value = true }) }