Using <NuxtImg> everywhere :)
This commit is contained in:
@@ -39,7 +39,8 @@ function handleHover(laneImg: Ref<string>, index: number) {
|
||||
|
||||
<template>
|
||||
<div style="width: fit-content;">
|
||||
<img v-for="(laneImg, index) in laneImgs"
|
||||
<NuxtImg v-for="(laneImg, index) in laneImgs"
|
||||
format="webp"
|
||||
:alt="POSITIONS_STR[index]"
|
||||
class="lane-img" :src="laneImg.value"
|
||||
@mouseout="handleMouseOut(laneImg, index)"
|
||||
|
||||
Reference in New Issue
Block a user