(historic notes) add history note page

This commit is contained in:
Julien Calixte
2021-08-08 00:19:49 +02:00
parent a3082f25bd
commit 9792e2e56b
4 changed files with 78 additions and 0 deletions

View File

@@ -6,6 +6,12 @@
>
<img src="@/assets/icons/dark-left-arrow.svg" alt="go back left arrow" />
</router-link>
<router-link
class="special-folder"
:to="{ name: 'HistoricNotes', params: { user, repo } }"
>
history
</router-link>
<router-link
class="special-folder"
:to="{ name: 'SpacedRepetitionCard', params: { user, repo } }"