Skip to content

Commit

Permalink
fix(warn): missing link
Browse files Browse the repository at this point in the history
Close #450
  • Loading branch information
posva committed Jul 19, 2024
1 parent 0e66439 commit 4efd888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codegen/vueRouterModule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function createRouter(options) {
const { extendRoutes, routes } = options
// use Object.assign for better browser support
if (extendRoutes) {
console.warn('"extendRoutes()" is deprecated, please modify the routes directly. See')
console.warn('"extendRoutes()" is deprecated, please modify the routes directly. See https://uvr.esm.is/guide/extending-routes.html#extending-routes-at-runtime for an alternative.')
}
const router = _createRouter(Object.assign(
options,
Expand Down

1 comment on commit 4efd888

@AleksejDix
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was quick 👯

Please sign in to comment.