Skip to content

Commit

Permalink
fix: vue router warn finding ancestor route
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin committed Jul 3, 2024
1 parent 34cf4d6 commit 6913c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/admin/src/router/routes/basic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {

// 404 on a page
export const PAGE_NOT_FOUND_ROUTE: RouteRecordRaw = {
path: "/:path(.*)*",
path: "/PAGE_NOT_FOUND/:path(.*)*",
name: PAGE_NOT_FOUND_NAME,
component: LAYOUT,
meta: {
Expand Down

0 comments on commit 6913c5a

Please sign in to comment.