Is there a way to have an external link with RouteLocationNormalized object syntax
#2125
-
|
Hello, see nuxt/nuxt.com#1487 I'm looking for a way to manage query using the object syntax of If you do This give me |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Handling external links is intentionally out of scope of the router. You could always build these utilities yourself with |
Beta Was this translation helpful? Give feedback.
Handling external links is intentionally out of scope of the router. You could always build these utilities yourself with
new URL()andnew URLSearchParams(). These APIs should make it fairly easy to build