You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/codegen/vueRouterModule.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ export function createRouter(options) {
25
25
const { extendRoutes, routes } = options
26
26
// use Object.assign for better browser support
27
27
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.')
0 commit comments