Skip to content

Commit 4efd888

Browse files
committed
fix(warn): missing link
Close #450
1 parent 0e66439 commit 4efd888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegen/vueRouterModule.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export function createRouter(options) {
2525
const { extendRoutes, routes } = options
2626
// use Object.assign for better browser support
2727
if (extendRoutes) {
28-
console.warn('"extendRoutes()" is deprecated, please modify the routes directly. See')
28+
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.')
2929
}
3030
const router = _createRouter(Object.assign(
3131
options,

0 commit comments

Comments
 (0)