Skip to content

Commit

Permalink
fix(vue-challenges): event .stop modifer
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Aug 29, 2022
1 parent 888f734 commit dc4a1d8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ const click2 = () => {

<template>
<div @click="click1()">
<div @click="click2()">click me</div>
<div @click.stop="click2()">click me</div>
</div>
</template>

0 comments on commit dc4a1d8

Please sign in to comment.