Fixes primera revisión #86

Merged
jsegarra merged 13 commits from wbuezas/hedera-web-mindshore:bugfix/fixes-primera-review into 4922-vueMigration 2024-09-23 21:18:13 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f8e67f0d98 - Show all commits

View File

@ -93,7 +93,7 @@ const url = computed(() => {
class="main-image"
:src="url"
v-bind="$attrs"
@click="showZoom = !showZoom"
@click.stop.prevent="showZoom = !showZoom"
spinner-color="primary"
:width="props.width"
:height="props.height"