diff --git a/src/components/Picker.vue b/src/components/Picker.vue index 9647fb8..e8b4c32 100644 --- a/src/components/Picker.vue +++ b/src/components/Picker.vue @@ -190,6 +190,11 @@ export default { } }, }, + watch: { + skin() { + this.onSkinChange(this.skin) + }, + }, methods: { onScroll() { if (this.infiniteScroll && !this.waitingForPaint) {