Skip to content

vue-router / LocationQueryValue

LocationQueryValue

ts
type LocationQueryValue = string | null;

Internal

Possible values in normalized LocationQuery. null renders the query param but without an =.

Example

?isNull&isEmpty=&other=other
gives
`{ isNull: null, isEmpty: '', other: 'other' }`.

Released under the MIT License.