How can I send data by API and then redirect to the page – Javascript
I have a form and I should send data to the server by API, but then I want to redirect to the page that I want. Because I use Vue-router, I want to use :to="", it redirects, but doesn't send…