Skip to content

vue-router / LocationQuery

LocationQuery

ts
type LocationQuery = Record<string, 
  | LocationQueryValue
| LocationQueryValue[]>;

Normalized query object that appears in RouteLocationNormalized

Released under the MIT License.