Skip to content

Commit

Permalink
Resolve vue-router error
Browse files Browse the repository at this point in the history
```
Error: A route named "index" has been added as a child of a route with the same name. Route names must be unique and a nested route cannot use the same name as an ancestor.
```

Signed-off-by: Phillip Rak <[email protected]>
  • Loading branch information
rak-phillip committed Jan 14, 2025
1 parent cff85f4 commit 05960fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shell/config/router/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export default [
{
path: '/',
component: () => interopDefault(import('@shell/pages/index.vue')),
name: 'index',
meta: { requiresAuthentication: true },
children: [
{
Expand Down

0 comments on commit 05960fe

Please sign in to comment.