feat(docs): Initial commit for docs in nuxt 3

This commit is contained in:
Braks
2021-11-06 08:54:35 +01:00
parent 6ec8258f33
commit 64df75d405
33 changed files with 6452 additions and 955 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ const onLoad = (flowInstance: FlowInstance) => {
console.log(flowInstance.getElements())
}
const initialElements: Elements = getElements(30, 30)
const initialElements: Elements = getElements(10, 10)
const elements = ref(initialElements)
const onConnect = (params: Connection | Edge) => (elements.value = addEdge(params, elements.value))