Instead of invoking `loadGroups` in the `mounted` lifecycle hook, it should be invoked in a navigation guard for the groups route. See more [here](https://router.vuejs.org/guide/advanced/navigation-guards.html).
Instead of invoking
loadGroupsin themountedlifecycle hook, it should be invoked in a navigation guard for the groups route.See more here.