edit: ajout icon & bug fix infobulle timer
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<script setup>
|
||||
import CloseIcon from '../assets/icons/close.svg'
|
||||
import LikeIcon from '../assets/icons/like.svg'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
@@ -25,7 +26,7 @@
|
||||
<div class="reactBar">
|
||||
<p class="reactStatStyle">{{selectedImg.like}}</p>
|
||||
<button data-tooltip="j'aime bien" type="button" class="iconBtnStyle" :class="{reactedStyle: selectedImg.isLiked}" @mousedown.capture="likeImg" @touchstart.capture="likeImg">
|
||||
<CloseIcon name="test" class="icon"/>
|
||||
<LikeIcon name="test" class="icon"/>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user