We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62bc7d4 commit 6c2a471Copy full SHA for 6c2a471
src/components/NavigationGroceryListItem.vue
@@ -3,8 +3,7 @@
3
:icon="icon"
4
:editable="true"
5
:edit-label="rename"
6
- :to="{ name: 'list', params: { id: groceryList.id.toString() } }"
7
- :class="{active: currentGroceryListId === groceryList.id}"
+ :to="{ name: 'list', params: { listId: groceryList.id.toString() } }"
8
@click="openGroceryList(groceryList)"
9
@update:name="onRename">
10
<template #actions>
0 commit comments