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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@
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>
56
+
In contrast to [vue-mermaid](https://github.com/robin1liu/vue-mermaid), which works by passing structured data to it, this component uses the diagram string directly. 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.
0 commit comments