修改 PluginCard.vue,替换 VCardText 为 VCardItem,以优化组件结构

This commit is contained in:
jxxghp
2025-01-15 17:07:16 +08:00
parent fb1f6abf2e
commit 942a536289

View File

@@ -532,14 +532,14 @@ watch(
<VDivider />
<VersionHistory :history="props.plugin?.history" />
<VDivider />
<VCardText>
<VCardItem>
<VBtn @click="updatePlugin" block>
<template #prepend>
<VIcon icon="mdi-arrow-up-circle-outline" />
</template>
更新到最新版本
</VBtn>
</VCardText>
</VCardItem>
</VCard>
</VDialog>
</div>