mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-12 11:32:36 +08:00
fix no plugin installed empty page ui
This commit is contained in:
@@ -63,7 +63,7 @@ onBeforeMount(fetchData)
|
||||
/>
|
||||
</div>
|
||||
<div
|
||||
v-if="dataList.length > 0"
|
||||
v-if="getInstalledPluginList.length > 0"
|
||||
class="grid gap-3 grid-plugin-card"
|
||||
>
|
||||
<PluginCard
|
||||
|
||||
Reference in New Issue
Block a user