This commit is contained in:
jxxghp
2024-04-30 11:27:51 +08:00
parent c9c27c83d4
commit c9d4629bfa

View File

@@ -492,7 +492,7 @@ onBeforeMount(async () => {
{{ item.plugin_name }}<span class="text-sm ms-2 mt-1 text-gray-500">v{{ item?.plugin_version }}</span>
<VIcon v-if="item.installed" color="success" icon="mdi-check-circle" class="ms-2" size="small" />
</VListItemTitle>
<VListItemSubtitle class="mt-2">
<VListItemSubtitle>
<VChip
v-for="label in pluginLabels(item.plugin_label)"
variant="tonal"