Open ArielMejiaDev opened 3 years ago
i have same issue, and solve with :
return Inertia::render('Users'
change with :
return Inertia::render('Users/Index'
change name and folder like that.
i have same issue, and solve with :
return Inertia::render('Users'
change with :
return Inertia::render('Users/Index'
change name and folder like that.
I was really using the component Users.vue that is why do not reference a folder, but maybe if I retry, thanks 😊
I did not know if it is an issue or just a edge case or a bad implementation of mine.
I can not make work the filter select:
Backend code:
Vue component
I am using Breeze, but maybe there is something that I miss.