generated from alphane/template
flashcards in the frontend!!!
This commit is contained in:
@@ -9,6 +9,20 @@
|
||||
<AppLogo />
|
||||
</div>
|
||||
|
||||
<v-tabs
|
||||
class="ml-2"
|
||||
color="primary"
|
||||
>
|
||||
<v-tab
|
||||
:to="{ name: 'DashboardPage' }"
|
||||
text="Dashboard"
|
||||
/>
|
||||
<v-tab
|
||||
:to="{ name: 'FlashcardsPage' }"
|
||||
text="Flashcards"
|
||||
/>
|
||||
</v-tabs>
|
||||
|
||||
<v-spacer />
|
||||
|
||||
<!-- TODO Add notifications -->
|
||||
|
||||
Reference in New Issue
Block a user