update!: Rename Flow container to VueFlow
* Export renamed to VueFlow Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import CustomInput from './CustomInput.vue'
|
||||
import CustomNode from './CustomNode.vue'
|
||||
import {
|
||||
Flow,
|
||||
VueFlow,
|
||||
addEdge,
|
||||
Handle,
|
||||
Connection,
|
||||
@@ -40,7 +40,7 @@ const nodeTypes: Record<string, NodeType> = {
|
||||
}
|
||||
</script>
|
||||
<template>
|
||||
<Flow
|
||||
<VueFlow
|
||||
:elements="elements"
|
||||
:select-nodes-on-drag="false"
|
||||
class="validationflow"
|
||||
|
||||
Reference in New Issue
Block a user