How to return querystring parameter value with VueUse useRouteQuery
15:06 22 Jul 2026

Setup

  
  
 

URL
http://localhost:5173/SubscriptionInvoice?orderNr=9259
Displays
[object Object]

How do I display the value of the parameter orderNr from the querystring using VueUse useRouteQuery?

vuejs3 vueuse