mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-03-14 12:10:18 +03:00
Merge branch 'master' of github.com:WDaan/VueTorrent
This commit is contained in:
commit
16aa946d98
1 changed files with 6 additions and 1 deletions
|
@ -137,7 +137,12 @@
|
|||
</template>
|
||||
</v-list-item>
|
||||
</v-list>
|
||||
<v-row v-if="(pageCount > 1) && !hasSearchFilter" xs12 justify="center">
|
||||
<v-row
|
||||
v-if="(pageCount > 1) && !hasSearchFilter"
|
||||
xs12
|
||||
justify="center"
|
||||
class="mb-0"
|
||||
>
|
||||
<v-col>
|
||||
<v-container>
|
||||
<v-pagination
|
||||
|
|
Loading…
Add table
Reference in a new issue