Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhigang.li committed Jan 17, 2018
1 parent 25a346e commit bcb8efb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export default {
},
handleMouseout (e) {
this.canMove = false;
this.$emit('on-moving-end', e);
// this.$emit('on-moving-end', e);
},
handleMousemove (e) {
if (this.canMove) {
Expand Down

0 comments on commit bcb8efb

Please sign in to comment.