We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 633536e commit 10f6845Copy full SHA for 10f6845
1 file changed
2wr-app/src/App.vue
@@ -20,7 +20,7 @@
20
<!-- show login when not authenticated -->
21
22
<!-- show logout when authenticated -->
23
- <v-bottom-navigation background-color="secondary" dark role="navigation">
+ <v-bottom-navigation background-color="secondary" dark role="navigation" fixed>
24
<v-btn v-if="!$auth.isAuthenticated" height="100%" @click="login" color="secondary">
25
<span>Login</span>
26
<v-icon>mdi-login-variant</v-icon>
0 commit comments