How to return querystring parameter value with VueUse useRouteQuery
Setup
{{ orderNr }}\
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?