Fix errors
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
<v-row justify="end" style="margin-top: .2%; margin-bottom: -1.2%;">
|
||||
|
||||
<v-card-text justify="end" style="max-width: 22%; margin-top: .2%; margin-bottom: -1.2%;">
|
||||
<v-text-field :loading="loading" append-inner-icon="mdi-magnify" density="compact"
|
||||
<v-text-field append-inner-icon="mdi-magnify" density="compact"
|
||||
label="Recherche et comptes (Non fonctionnel pour le moment)" variant="solo" hide-details single-line
|
||||
@click:append-inner="onClick"></v-text-field>
|
||||
></v-text-field>
|
||||
</v-card-text>
|
||||
|
||||
<v-col cols="2" class="d-flex align-center">
|
||||
@@ -26,13 +26,6 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Version pour mobile -->
|
||||
<div class="md:hidden flex flex-col items-center justify-center">
|
||||
<v-container style="margin-top: -20px;">
|
||||
@@ -124,7 +117,6 @@ import { useRouter } from 'vue-router';
|
||||
const authStore = useAuthStore();
|
||||
const router = useRouter()
|
||||
|
||||
|
||||
const logout = () => {
|
||||
authStore.logout();
|
||||
router.push('/login');
|
||||
|
||||
Reference in New Issue
Block a user