Skip to content

vue-router / RouteRecordRedirectOption

RouteRecordRedirectOption

ts
type RouteRecordRedirectOption = 
  | RouteLocationRaw
  | (to, from) => RouteLocationRaw;

Internal

Released under the MIT License.