Skip to content

vue-router / stringifyQuery

stringifyQuery()

ts
function stringifyQuery(query): string;

Internal

Stringifies a LocationQueryRaw object. Like URLSearchParams, it doesn't prepend a ?

Parameters

query

query object to stringify

undefined | LocationQueryRaw

Returns

string

string version of the query without the leading ?

Released under the MIT License.