Skip to content

vue-router / LocationAsRelativeRaw

LocationAsRelativeRaw

Internal

Extended by

Properties

name?

ts
optional name: RouteRecordNameGeneric;

params?

ts
optional params: RouteParamsRawGeneric;

path?

ts
optional path: undefined;

Ignored path property since we are dealing with a relative location. Only undefined is allowed.

Released under the MIT License.