v2 #1

Merged
cai merged 15 commits from v2 into master 2022-12-26 02:11:39 +03:00
Showing only changes of commit 0e737a81bd - Show all commits

View File

@ -102,7 +102,11 @@
:lg="illustrated ? 2 : 5"
class="flex-grow-1 flex-shrink-0 pa-2"
>
<v-list class="transparent-bg" :class="{ 'limit-max-width': xs }">
<v-list
class="transparent-bg"
:class="{ 'limit-max-width': xs }"
:selected="[currentChapter]"
>
<v-list-item
v-for="(item, index) in $store.getters.chapters"
:key="index"