ErrLookup › vuejs/vue-router

vuejs/vue-router

🚦 The official router for Vue 2 · JavaScript · 41 source files

Analyzed at 680ccc68c5 on 2026-09-02. 23 documented errors.

Code / MessageTypeSeverityTags
[vue-router]: Missing current instance. ${method}() must be
exception error vue, vue-router, composition-api, lifecycle
[vue-router] ${message}
exception warning vue-router, navigation-guards, unhandled-error, async
uncaught error during route navigation:
console error vue-router, async-component, code-splitting, chunk-load
Failed to resolve async component ${key}: ${reason}
console info vue-router, router-link, deprecation, migration, vue-router-4
In Vue Router 4, the v-slot API will by default wrap its con
console info vue-router, router-link, scoped-slot, vue
<router-link> with to="${this.to}" is trying to use a scoped
console info vue-router, router-link, deprecation, migration, vue-router-4
<router-link>'s tag prop is deprecated and has been removed
console info vue-router, router-link, deprecation, migration, vue-router-4
<router-link>'s event prop is deprecated and has been remove
console warning vue-router, props, route-config, type-error
props in "${route.path}" is a ${typeof config}, expecting an
console warning vue-router, named-routes, navigation, routing
Route with name '${name}' does not exist
console error
invalid redirect option: ${JSON.stringify(redirect)}
console warning vue-router, routing, configuration, redirect
Non-nested routes must include a leading slash character. Fi
console warning vue-router, routing, path, configuration
Route with path "${path}" contains unencoded characters, mak
console warning vue-router, routing, encoding, url
Named Route '${route.name}' has a default child route. When
console warning vue-router, routing, nested-routes, named-routes
Found an alias with the same value as the path: "${path}". Y
console warning vue-router, routing, alias, configuration
Duplicate named routes definition: { name: "${name}", path:
console warning vue-router, routing, named-routes, duplicate
Duplicate param keys in route with path: "${path}"
console warning vue-router, routing, params, path-to-regexp
Router must be called with the new operator.
console error vue-router, constructor, new-operator, api-misuse
router.addRoutes() is deprecated and has been removed in Vue
console warning vue-router, deprecation, dynamic-routes, migration
relative params navigation requires a current route.
console warning vue-router, navigation, params, relative-navigation
missing param for ${routeMsg}: ${e.message}
console warning vue-router, params, path-params, navigation
Error decoding "${str}". Leaving it intact.
console warning vue-router, query-string, url-encoding, decodeuri
${e.message}
console warning vue-router, query-string, custom-parser, parse-error