This commit is contained in:
2020-07-03 15:25:30 +00:00
parent f48b0feb7a
commit a5689861dc
5 changed files with 15 additions and 33 deletions

View File

@@ -124,7 +124,13 @@
<!-- end of entire list -->
</template>
</v-list>
<!-- </v-card> -->
<template v-slot:append>
<div>
<v-btn block to="/login">
<v-icon left>fa-sign-out-alt</v-icon>{{ $ay.t("Logout") }}</v-btn
>
</div>
</template>
</v-navigation-drawer>
<v-app-bar
v-if="isAuthenticated"