Skip to content

Commit

Permalink
fix(components): 修复快应用事件重复触发问题
Browse files Browse the repository at this point in the history
  • Loading branch information
jinjinjin0731 committed Sep 5, 2019
1 parent 958a617 commit 742ac61
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@
},

handleClick () {
this.$emit('click')
// this.$emit('click')
},

handleError () {
this.$emit('error')
// this.$emit('error')
}
}
</script>
Expand Down

0 comments on commit 742ac61

Please sign in to comment.