mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-20 07:40:12 +08:00
fix ui
This commit is contained in:
@@ -110,6 +110,7 @@ onMounted(() => {
|
||||
}
|
||||
"
|
||||
/>
|
||||
<VDivider />
|
||||
<VList v-if="items.length > 0" lines="three">
|
||||
<template v-for="(item, i) in items" :key="i">
|
||||
<VListItem @click="selectMedia(item)">
|
||||
|
||||
Reference in New Issue
Block a user