Skip to content

vue-router / LocationQueryRaw

LocationQueryRaw

ts
type LocationQueryRaw = Record<string | number, 
  | LocationQueryValueRaw
| LocationQueryValueRaw[]>;

Loose LocationQuery object that can be passed to functions like Router.push and Router.replace or anywhere when creating a RouteLocationRaw

Released under the MIT License.