Skip to content

Commit

Permalink
Update main.vue
Browse files Browse the repository at this point in the history
image click stop
  • Loading branch information
guohuihot committed Aug 27, 2021
1 parent f71afe0 commit 4a8e29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/image/src/main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 }">
Expand Down

0 comments on commit 4a8e29e

Please sign in to comment.