vue-router / parseQuery
parseQuery() 
ts
function parseQuery(search): LocationQuery;Internal
Transforms a queryString into a LocationQuery object. Accept both, a version with the leading ? and without Should work as URLSearchParams
Parameters 
search 
string
search string to parse
Returns 
a query object

