Skip to content

0.0.12 shows bug when using link #19

@redsand

Description

@redsand

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"
      />

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions