From 8c4747a8a9529b49d8b870c156f4a087426fa941 Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Fri, 19 Nov 2021 16:51:40 +0100 Subject: [PATCH] update: move watcher to onMounted hook * remove default values for nodes edges from initial store Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com> --- src/container/VueFlow/VueFlow.vue | 64 +++++++++++++++---------------- src/store/index.ts | 4 +- 2 files changed, 32 insertions(+), 36 deletions(-) diff --git a/src/container/VueFlow/VueFlow.vue b/src/container/VueFlow/VueFlow.vue index 026332d6..1c29bc25 100644 --- a/src/container/VueFlow/VueFlow.vue +++ b/src/container/VueFlow/VueFlow.vue @@ -1,6 +1,5 @@