Update main.vue

image click stop
pull/21272/head
Ahuing 2021-08-27 17:23:52 +08:00 committed by GitHub
parent f71afe023c
commit 4a8e29e879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
class="el-image__inner"
v-bind="$attrs"
v-on="$listeners"
@click="clickHandler"
@click.stop="clickHandler"
:src="src"
:style="imageStyle"
:class="{ 'el-image__inner--center': alignCenter, 'el-image__preview': preview }">