Skip to content

Commit

Permalink
πŸ’„ add demo
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidZhang73 committed Nov 14, 2023
1 parent f0eb178 commit 6c4affd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/pages/annotation/components/AnnotationSkeleton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,16 @@
/>
</q-btn-group>
<div style="margin-top: 20px;">
<a
class="text-body1"
style="margin: 0 10px; text-decoration: underline;"
href="/?annotation=/annotation/example.json"
>Demo</a>
<router-link
class="text-body1"
style="margin: 0 10px; text-decoration: underline;"
to="/help"
><span>Help</span></router-link>
>Help</router-link>
<a
class="text-body1"
style="margin: 0 10px; text-decoration: underline;"
Expand All @@ -49,7 +54,7 @@
class="text-body1"
style="margin: 0 10px; text-decoration: underline;"
to="/about"
><span>About</span></router-link>
>About</router-link>
</div>
</div>
</template>
Expand Down

0 comments on commit 6c4affd

Please sign in to comment.