From 3855e9fe3fa8b0cba706f5929e66c75599e4038b Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Thu, 25 Nov 2021 14:22:56 +0100 Subject: [PATCH] update(flow): remove worker prop Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com> --- src/container/VueFlow/VueFlow.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/container/VueFlow/VueFlow.vue b/src/container/VueFlow/VueFlow.vue index 0c3842d9..2f620fdb 100644 --- a/src/container/VueFlow/VueFlow.vue +++ b/src/container/VueFlow/VueFlow.vue @@ -103,11 +103,9 @@ const props = withDefaults(defineProps(), { paneMoveable: true, edgeUpdaterRadius: 10, loading: false, - worker: false, }) const store = initFlow(emit, typeof props.storageKey === 'string' ? props.storageKey : props.id) const elements = useVModel(props, 'modelValue', emit) - const options = Object.assign({}, store.$state, props) invoke(async () => {