Работа над расширенным поиском

This commit is contained in:
Book Pauk
2022-12-07 18:16:09 +07:00
parent 0867e4020f
commit 3a26a12807
4 changed files with 18 additions and 6 deletions

View File

@@ -9,7 +9,7 @@
<div v-for="item in tableData" :key="item.key" class="column" :class="{'odd-item': item.num % 2}" style="font-size: 120%">
<BookView
class="q-ml-md"
:book="item.book" mode="title" :genre-map="genreMap" :show-read-link="showReadLink" @book-event="bookEvent"
:book="item.book" mode="extended" :genre-map="genreMap" :show-read-link="showReadLink" @book-event="bookEvent"
/>
</div>
<!-- Формирование списка конец ------------------------------------------------------------------>