I have an issue where I need to call a function every time the user reloads the page. Normally this would work by just using the created hook on App.vue, but since this project autogenerates the base component I'm not able to do this here.
I don't want to call this function when the user is navigating between routes, only when the page is reloaded/refreshed.