Fix ambiguous route name in frontend route definitions.
This commit is contained in:
parent
fee2ef3cc9
commit
b4f0c7ef31
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ const routes = [
|
|||
},
|
||||
{
|
||||
path: '/lists/:id',
|
||||
name: 'lists',
|
||||
name: 'list',
|
||||
meta: { title: 'globals.terms.lists', group: 'lists' },
|
||||
component: () => import(/* webpackChunkName: "main" */ '../views/Lists.vue'),
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue