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,
|
paneMoveable: true,
|
||||||
edgeUpdaterRadius: 10,
|
edgeUpdaterRadius: 10,
|
||||||
loading: false,
|
loading: false,
|
||||||
worker: false,
|
|
||||||
})
|
})
|
||||||
const store = initFlow(emit, typeof props.storageKey === 'string' ? props.storageKey : props.id)
|
const store = initFlow(emit, typeof props.storageKey === 'string' ? props.storageKey : props.id)
|
||||||
const elements = useVModel(props, 'modelValue', emit)
|
const elements = useVModel(props, 'modelValue', emit)
|
||||||
|
|
||||||
const options = Object.assign({}, store.$state, props)
|
const options = Object.assign({}, store.$state, props)
|
||||||
|
|
||||||
invoke(async () => {
|
invoke(async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user