update(flow): remove worker prop
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -103,11 +103,9 @@ const props = withDefaults(defineProps<FlowProps>(), {
|
||||
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 () => {
|
||||
|
||||
Reference in New Issue
Block a user