mirror of
https://github.com/gotson/komga.git
synced 2026-05-07 20:15:47 +02:00
fix grid
This commit is contained in:
parent
6ccb1a21b2
commit
fdca3673d0
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
<v-col
|
||||
v-for="item in items"
|
||||
:key="item.raw.id"
|
||||
cols="2"
|
||||
cols="auto"
|
||||
>
|
||||
<ItemCardSeries
|
||||
:series="item.raw"
|
||||
|
|
|
|||
Loading…
Reference in a new issue