You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,8 @@
53
53
A Vue.js component that turns a Mermaid string into a diagram.
54
54
<!-- /DESCRIPTION -->
55
55
56
+
ℹ️ <sup>There is also [vue-mermaid](https://github.com/robin1liu/vue-mermaid), which works a bit differently. Structured data are passed to the component and the diagram string is generated behind the scenes. This component uses the diagram string directly, which is why it is called `vue-mermaid-string`. The advantage is that it always supports the latest language standard and is easier to use if you have an existing diagram. Depends on your use case which fits better.</sup>
0 commit comments