Skip to content

Commit

Permalink
fix vue 2 & 3 links in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenaelp committed Nov 29, 2023
1 parent 628d6e0 commit 8187f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="container">
<h1 class="title"> An easy to use diagram editor component</h1>
<p>Diagram component for vue.js, inspired by react-diagrams</p>
<p class="vue-versions">For Vue <a href="https://github.com/gwenaelp/vue-diagrams">2</a> & <a href="https://github.com/gwenaelp/vue-diagrams/tree/vue3">3</a>!</p>
<p class="vue-versions">For Vue <a href="https://github.com/gwenaelp/vue-diagrams/tree/vue2">2</a> & <a href="https://github.com/gwenaelp/vue-diagrams">3</a>!</p>
<DiagramDemo />
</div>
</div>
Expand Down

0 comments on commit 8187f32

Please sign in to comment.