This commit is contained in:
jxxghp
2024-04-10 18:57:36 +08:00
parent 62ddd703f1
commit 00ea179c90
2 changed files with 11 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts" setup>
import { PropType } from 'vue';
import type { PropType } from 'vue'
// 输入参数
const props = defineProps({
@@ -15,7 +15,9 @@ const props = defineProps({
:key="key"
>
<VListItemTitle>{{ key }}</VListItemTitle>
<VListItemSubtitle>{{ value }}</VListItemSubtitle>
<div class="text-gray-500">
{{ value }}
</div>
</VListItem>
</VList>
</VCardItem>