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
@@ -23,10 +23,10 @@ ${addPiniaColada ? "export * from 'unplugin-vue-router/data-loaders/pinia-colada
23
23
24
24
export function createRouter(options) {
25
25
const { extendRoutes, routes } = options
26
-
// use Object.assign for better browser support
27
26
if (extendRoutes) {
28
27
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