Update notes components and page, notes are coming from /notes

This commit is contained in:
2020-04-23 16:00:17 +02:00
parent 7f88f5371d
commit 20daa71d51
3 changed files with 52 additions and 103 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
>
<v-btn to="/" text rounded>Simple Notes</v-btn>
<v-spacer/>
<v-btn to="/notes" text rounded>My notes</v-btn>
<v-btn to="/notes" class="mr-2" text rounded>My notes</v-btn>
<v-btn outlined v-if="this.$store.state.auth.loggedIn">Welcome {{this.$store.state.auth.user.username}}</v-btn>
<v-btn v-else to="/account" text rounded>Account</v-btn>
</v-app-bar>