Sulla foto della notifica il click non funziona

check App
This commit is contained in:
Surya Paolo
2023-01-25 11:55:06 +01:00
parent 567f7b4be7
commit e58f7249a6
9 changed files with 25 additions and 10 deletions

View File

@@ -93,7 +93,7 @@
</q-item-section>-->
<q-item-section avatar>
<q-avatar>
<q-avatar >
<img :src="notif.myimgsender" :alt="notif.sender">
</q-avatar>
</q-item-section>

View File

@@ -83,7 +83,7 @@
</q-item-section>-->
<q-item-section avatar>
<q-avatar>
<q-avatar @click="clickNotif(notif)">
<img :src="notif.myimgsender" :alt="notif.sender">
</q-avatar>
</q-item-section>