v2 #1
@ -102,7 +102,11 @@
|
|||||||
:lg="illustrated ? 2 : 5"
|
:lg="illustrated ? 2 : 5"
|
||||||
class="flex-grow-1 flex-shrink-0 pa-2"
|
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-list-item
|
||||||
v-for="(item, index) in $store.getters.chapters"
|
v-for="(item, index) in $store.getters.chapters"
|
||||||
:key="index"
|
:key="index"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user