mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-07 00:36:41 +08:00
修复 PersonDetailView 组件中的 VImg 标签,移除多余的 v-img 指令以简化代码。
This commit is contained in:
@@ -114,7 +114,7 @@ onBeforeMount(() => {
|
|||||||
'ring-1 ring-gray-700': isImageLoaded,
|
'ring-1 ring-gray-700': isImageLoaded,
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
<VImg v-img :src="getPersonImage()" cover @load="isImageLoaded = true" />
|
<VImg :src="getPersonImage()" cover @load="isImageLoaded = true" />
|
||||||
</VAvatar>
|
</VAvatar>
|
||||||
<div class="ms-3">
|
<div class="ms-3">
|
||||||
<h1 class="text-3xl lg:text-4xl text-center text-lg-left">
|
<h1 class="text-3xl lg:text-4xl text-center text-lg-left">
|
||||||
|
|||||||
Reference in New Issue
Block a user