Where to fetch initial user data
What is the best practice to load initial user data? Currently I do it in the default.vue layout in an onMounted hook, but that doesn't seem like the right way as sometimes it doesn't work.
Here is the code:
Any help would be greatly appreciated!
Here is the code:
Any help would be greatly appreciated!
