literate-couscous

View the Project on GitHub posva/literate-couscous

Home > vue-router > LocationQueryRaw

LocationQueryRaw type

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

Signature:

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