From 096a0047d3bdd2837c16e8f32084acb3d27771fb Mon Sep 17 00:00:00 2001 From: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com> Date: Mon, 6 Jun 2022 23:10:21 +0200 Subject: [PATCH] docs: remove unused ref --- docs/components/home/flows/Intro.vue | 2 -- 1 file changed, 2 deletions(-) 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 }) }