Lists implementation: make route naming consistent

This commit is contained in:
Alexander Tumin 2022-08-06 21:39:08 +03:00
commit 891fbf996d
7 changed files with 9 additions and 9 deletions

View file

@ -6,7 +6,7 @@
>
<router-link
class="menu-item"
:to="{ name: 'list-timeline', params: { id: list.id } }"
:to="{ name: 'lists-timeline', params: { id: list.id } }"
>
{{ list.title }}
</router-link>