So basically, I am trying to display notification, and it works when I update the Community because it goes from the url "/communities/11/edit" to the url "/communities", but as the Delete button is in the "/communities" page, when I delete it, it won't trigger that onMounted() on my layout because it is not remounting the page.
I want something to trigger that notify when the message is changed, I have been messing arround with Vue Watchers but couldn't make it to work.