refactor: add id img
This commit is contained in:
parent
72bce36373
commit
0293acd0c7
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue