Merge pull request #8 from BugGeeker/main

This commit is contained in:
jxxghp
2023-08-02 19:25:40 +08:00
committed by GitHub

View File

@@ -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