Adds messages
This commit is contained in:
@@ -39,8 +39,8 @@
|
||||
class="rounded-full w-32 md:w-64 lg:w-96 mx-2"
|
||||
append-inner-icon="mdi-magnify"
|
||||
@click.stop
|
||||
@click:append-inner="onSearch"
|
||||
></v-text-field>
|
||||
@click:append-inner="onSearch">
|
||||
</v-text-field>
|
||||
</template>
|
||||
<template v-else>
|
||||
<v-icon class="mx-2 cursor-pointer" @click.stop="toggleSearch">mdi-magnify</v-icon>
|
||||
@@ -63,17 +63,17 @@
|
||||
|
||||
<v-list class="mt-2">
|
||||
<v-list-item @click="navigateToProfile">
|
||||
|
||||
|
||||
<v-list-item-title>
|
||||
<router-link to="/profile">
|
||||
Mon profil
|
||||
Mon profil
|
||||
</router-link>
|
||||
</v-list-item-title>
|
||||
</v-list-item>
|
||||
<v-list-item>
|
||||
<v-list-item-title>
|
||||
<router-link to="/wallet">
|
||||
Mon wallet
|
||||
Mon wallet
|
||||
</router-link>
|
||||
</v-list-item-title>
|
||||
</v-list-item>
|
||||
@@ -88,8 +88,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</header>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user