[revert] Field: shouldn't emit click event when click icon (#3772) (#3776)

This commit is contained in:
neverland
2019-07-08 16:30:14 +08:00
committed by GitHub
parent be96fa2233
commit 968ec97256
2 changed files with 1 additions and 3 deletions

View File

@@ -148,12 +148,10 @@ export default createComponent({
},
onClickLeftIcon(event) {
event.stopPropagation();
this.$emit('click-left-icon', event);
},
onClickRightIcon(event) {
event.stopPropagation();
this.$emit('click-right-icon', event);
},