
@ryan-clare
- Member Since
- Mar 14, 2025
- Lessons Completed
- 1
- Comments Contributed
- 1
- Hours Watched
- 0.2
Feed Discussions
Discussions @ryan-clare has started
-
shared data in inertia config is not coming into vue props
Out of the box, the adonis inertia.js config file had this section of code:
sharedData: { user: (ctx) => ctx.inertia.always(() => ctx.auth.user), },
But in my vue components, when I add user to defineProps it is undefined.
What am I...
Read more