Skip to content

Commit

Permalink
Merge pull request #294 from susnux/fix/skin-tones-not-reactive
Browse files Browse the repository at this point in the history
fix(Picker): Watch for `skin` property changes
  • Loading branch information
serebrov authored Jan 27, 2024
2 parents 56ba894 + c06abb7 commit 6cdf347
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/Picker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,11 @@ export default {
}
},
},
watch: {
skin() {
this.onSkinChange(this.skin)
},
},
methods: {
onScroll() {
if (this.infiniteScroll && !this.waitingForPaint) {
Expand Down

0 comments on commit 6cdf347

Please sign in to comment.