chore(docs): cleanup edges example

This commit is contained in:
braks
2024-02-15 10:55:21 +01:00
parent d120aa893d
commit f67e5a57e3
6 changed files with 33 additions and 24 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
import { BasicApp, BasicCSS, BasicElements, BasicIcon } from './basic'
import { ColorPresets, ColorSelectorNode, CustomNodeApp, CustomNodeCSS, OutputNode } from './custom-node'
import { CustomConnectionLine, CustomConnectionLineApp } from './connectionline'
import { CustomEdge2, CustomEdgeLabel, EdgeCSS, EdgeWithButton, EdgesApp } from './edges'
import { CustomEdge, CustomEdgeLabel, EdgeCSS, EdgeWithButton, EdgesApp } from './edges'
import { NestedApp } from './nested'
import { StressApp, StressCSS, StressUtils } from './stress'
import { UpdateEdgeApp } from './update-edge'
@@ -40,8 +40,8 @@ export const exampleImports = {
},
edges: {
'App.vue': EdgesApp,
'CustomEdge.vue': EdgeWithButton,
'CustomEdge2.vue': CustomEdge2,
'EdgeWithButton.vue': EdgeWithButton,
'CustomEdge.vue': CustomEdge,
'CustomEdgeLabel.vue': CustomEdgeLabel,
'style.css': EdgeCSS,
},