Skip to content

vue-router / LocationQueryValueRaw

LocationQueryValueRaw

ts
type LocationQueryValueRaw = LocationQueryValue | number | undefined;

Internal

Possible values when defining a query. undefined allows to remove a value.

Released under the MIT License.