refactore(store)!: Remove transition and loading.transition property

* Tranisitions break testing and are superflous

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-12-04 15:42:18 +01:00
parent 9abc222c14
commit b1f541b63d
4 changed files with 97 additions and 124 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ const updateElements = () => {
<template>
<VueFlow
v-model="elements"
:loading="{ label: 'Loading...', transition: { name: 'fade', mode: 'out-in' } }"
loading="One moment please..."
@load="onLoad"
@elementsRemove="onElementsRemove"
@connect="onConnect"