Value in composable is empty
I have this line of code that stores the user info
The code above is being called on
I have this component located at
What is the cause of
Does
The code above is being called on
/layouts/dashboard.vue That display's the name of the userI have this component located at
/components/dashboard/CurriculumVit.vue but on the page it displays nothing.What is the cause of
{{ useAuth().user }} having no value when it was able to display the name of the user ?Does
useState solve this issue?