Skip to content

Commit

Permalink
bugfix: change slider event to change (not click)
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Macedo committed Mar 29, 2022
1 parent 4e68852 commit 4d12425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SSDiscount.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
step="1"
tick-size="6"
ticks="always"
@click="setSsDiscount"
@change="setSsDiscount"
>
</v-slider>
</v-col>
Expand Down

0 comments on commit 4d12425

Please sign in to comment.