added userDtos
This commit is contained in:
@@ -10,10 +10,16 @@
|
||||
<h3>yeah im so cool rn</h3>
|
||||
<h1>imagining what I could do with themes :o</h1>
|
||||
|
||||
<h3>TODO: if(logged in) show this stuff; else dont.</h3>
|
||||
|
||||
<router-link to="/items" custom v-slot="{ navigate }">
|
||||
<button @click="navigate" role="link">Items</button>
|
||||
</router-link>
|
||||
|
||||
<router-link to="/users" custom v-slot="{ navigate }">
|
||||
<button @click="navigate" role="link">Users</button>
|
||||
</router-link>
|
||||
|
||||
<router-link to="/register" custom v-slot="{ navigate }"> <!-- TODO: only if token == invalid -->
|
||||
<button @click="navigate" role="link">Register</button>
|
||||
</router-link>
|
||||
|
||||
Reference in New Issue
Block a user