ludu
NNovu
•Created by ludu on 11/9/2023 in #💬│support
Avoid subsequent initializations of notification center
Hi!
We have integrated the notification center in our vue 3 project.
The problem we have is that in each change of router, a new session is generated, since by architecture, we have the notification center in a component that triggers the mounted cycle event for each change of router.
Is there a way to for example, save the JWT in the first initialization and reuse it in subsequent mounted avoiding subsequent initializations?
Thanks.
4 replies