-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
this simple data array is creating this odd view:
[
{
id: "1",
text: "A",
link: ["-- yes -->", "-- no -->"],
next: ["2", "3"],
editable: true
},
{ id: "2", text: "B" },
{ id: "3", text: "C"}
]
<vue-mermaid
:nodes="data.workspace"
:config="{ startOnLoad:true, securityLevel: 'loose', flowchart:{ useMaxWidth:false, htmlLabels:false, cloneCssStyles: false } }"
type="graph TD"
@nodeClick="edit"
/>
Metadata
Metadata
Assignees
Labels
No labels