Skip to content

Commit

Permalink
fix(Picker): Watch for skin property changes
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Jan 22, 2024
1 parent 56ba894 commit c06abb7
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 c06abb7

Please sign in to comment.