

trailingSlash: An option to either add or remove trailing slashes in the href.prefetchedClass: A default class to apply to links that have been prefetched.vue-router is only needed for internal links. Here is an example: Contact.
Defaults to Vue Router's default ( "router-link-exact-active") For external links, just use to point directly to whatever youre linking to. To redirect to an external url in Vue, we can use the property.You dont need to use router.push for external URLs. Works the same as Vue Router's linkExactActiveClass option. Learn more about the API of the Next.js Router, and access the router instance.
VUE ROUTER TO EXTERNAL URL FULL
It allows taking full control of how a link is rendered and how navigation works when it is clicked.
Sometimes it's necessary to redirect to an external website, or even another non-Inertia endpoint in your app while handling an Inertia request. If you're using one of our official server-side adapters, all redirects will automatically be converted to 303 redirects.

A 303 redirect is very similar to a 302 redirect however, the follow-up request is explicitly changed to a GET request. When redirecting after a PUT, PATCH, or DELETE request, you must use a 303 response code, otherwise the subsequent request will not be treated as a GET request.

VUE ROUTER TO EXTERNAL URL CODE
Class UsersController extends Controller 303 response code
