Skip to content

Commit

Permalink
feat(core): Emit @select event when a color is selected
Browse files Browse the repository at this point in the history
  • Loading branch information
rkunev committed Apr 1, 2018
1 parent 831e110 commit c91ea3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
this.isColorSelAnimating = true;
if (!this.isDisabled) {
this.$emit('select', this.value);
this.isRippleAnimating = true;
} else {
this.isPaletteIn = true;
Expand Down

0 comments on commit c91ea3a

Please sign in to comment.