diff --git a/components/process-flow/ProcessFlowCanvas.vue b/components/process-flow/ProcessFlowCanvas.vue index d3867ef..cbd261a 100644 --- a/components/process-flow/ProcessFlowCanvas.vue +++ b/components/process-flow/ProcessFlowCanvas.vue @@ -1135,88 +1135,88 @@ function fromObject(flowObject) { @drop="onDrop" @dragover="onDragOver" > - - - - - - - - - - - - - - - - - - - - - - - - - -
-
Controls:
-
• Delete: Remove selected
-
• Shift: Select nodes
-
• Drag between nodes to connect
-
• Double-click to remove
-
Edge Features:
-
• Arrows show flow direction
-
• Select edge for controls
-
• Blue dot = drag to reposition
-
• Reset button restores path
-
-
-
+ + + + + + + + + + + + + + + + + + + + + + + +
+
Controls:
+
• Delete: Remove selected
+
• Shift: Select nodes
+
• Drag between nodes to connect
+
• Double-click to remove
+
Edge Features:
+
• Arrows show flow direction
+
• Select edge for controls
+
• Blue dot = drag to reposition
+
• Reset button restores path
+
+
+
+
diff --git a/nuxt.config.js b/nuxt.config.js index 76af2fc..dd80162 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -29,6 +29,12 @@ export default defineNuxtConfig({ interval: 1000, }, }, + optimizeDeps: { + include: ['vue-toastification'], + }, + ssr: { + noExternal: ['vue-toastification'], + }, }, head: { title: "corrad",