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 () => {