refactor(core): set vue flow version as regular string instead of ref

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-04-26 10:15:39 +02:00
committed by Braks
parent aa62e19ed9
commit 260a3d9a86
3 changed files with 3 additions and 5 deletions
@@ -61,6 +61,7 @@ export class Storage {
...toRefs(reactiveState),
emits,
id,
vueFlowVersion: typeof __VUE_FLOW_VERSION__ !== 'undefined' ? __VUE_FLOW_VERSION__ : 'UNKNOWN',
$destroy: () => {
this.remove(id)
},