comment notification working

This commit is contained in:
isUnknown 2024-12-19 10:37:20 +01:00
parent 94c5737245
commit 2b059742e9
2 changed files with 7 additions and 2 deletions

View file

@ -3,7 +3,10 @@
class="notification | bg-white rounded-lg | p-16 | flow"
:data-status="notification.isread == 'true' ? 'read' : 'unread'"
data-type="content"
@click="read(notification)"
@click="
read(notification);
router.push(notification.location.page.uri);
"
title="Aller au contenu"
>
<header>