Start table view

This commit is contained in:
2020-04-24 00:15:58 +02:00
parent 3bfe09817b
commit feeee20bfe
5 changed files with 131 additions and 22 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<v-btn to="/" text rounded>Simple Notes</v-btn>
<v-spacer />
<v-btn to="/notes" class="mr-2" text rounded>My notes</v-btn>
<v-btn v-if="this.$store.state.auth.loggedIn" outline>
<v-btn v-if="this.$store.state.auth.loggedIn" outlined>
Welcome {{ this.$store.state.auth.user.username }}
</v-btn>
<v-btn v-else to="/account" text rounded>Account</v-btn>