robin1liu / vue-mermaid

flowchart of mermaid with vue component
MIT License
124 stars 25 forks source link

Add a link to an eternal website #17

Closed bwsunkist closed 4 years ago

bwsunkist commented 4 years ago

I added the ability to add a link to an eternal website for the node.(Issue #16)

mermaid support this ability as below: click B "http://www.github.com" "This is a link"

To implement this ability, I add the "url" key to data properties.