André Pereira
André Pereira
`` Can this be done on Vue?
Any updates on this? 😅
I also did something like that, maybe there's a better way...but it works :) ``` if (request()->header('X-Inertia')) { return redirect()->back(); } return response()->json([ // .... json response here ]); ```
picker .pickDate({ ... startingDate: new Date() })