mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-19 14:09:29 +08:00
@@ -412,21 +412,12 @@ const getImgUrl: Ref<string> = computed(() => {
|
||||
v-bind="hover.props"
|
||||
:height="props.height"
|
||||
:width="props.width"
|
||||
:loading="!isImageLoaded"
|
||||
class="outline-none shadow ring-gray-500"
|
||||
:class="{
|
||||
'transition transform-cpu duration-300 scale-105 shadow-lg': hover.isHovering,
|
||||
'ring-1': isImageLoaded,
|
||||
}"
|
||||
>
|
||||
<template #loader="{ isActive }">
|
||||
<v-progress-linear
|
||||
:active="isActive"
|
||||
color="deep-purple"
|
||||
height="4"
|
||||
indeterminate
|
||||
/>
|
||||
</template>
|
||||
<VImg
|
||||
aspect-ratio="2/3"
|
||||
:src="getImgUrl"
|
||||
|
||||
Reference in New Issue
Block a user