refactor: add id img

This commit is contained in:
Net 2024-08-06 11:25:15 +07:00
parent 72bce36373
commit 0293acd0c7

View file

@ -83,7 +83,7 @@ const showOverlay = ref(false);
@mouseleave="showOverlay = false"
@click.stop="$emit('view')"
>
<q-img v-if="img" :src="img" :ratio="1">
<q-img id="profile-view" v-if="img" :src="img" :ratio="1">
<template #error>
<div
class="full-width full-height flex items-center justify-center"