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 missing...
3
445
Showing 1 to 1 of 1 results