Start table view
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user