-
Hi, I'm trying to convert a custom tool from Nova 3.x to 4.x. The tool was using the following param while in Nova 3.x: Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can pass the params to Vue from any Inertia response and it would be available as props. You should see this being done under |
Beta Was this translation helpful? Give feedback.
You can pass the params to Vue from any Inertia response and it would be available as props. You should see this being done under
Laravel\Nova\Http\Controller\Pages\*Controller
andresources/js/pages/*.vue