mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
fix #1918
This commit is contained in:
@@ -293,7 +293,7 @@ onMounted(() => {
|
|||||||
<VExpandTransition>
|
<VExpandTransition>
|
||||||
<div v-show="showMoreTorrents">
|
<div v-show="showMoreTorrents">
|
||||||
<VDivider />
|
<VDivider />
|
||||||
<VChipGroup class="p-3">
|
<VChipGroup class="p-3" column>
|
||||||
<VChip
|
<VChip
|
||||||
v-for="(item, index) in props.more"
|
v-for="(item, index) in props.more"
|
||||||
:key="index"
|
:key="index"
|
||||||
|
|||||||
Reference in New Issue
Block a user