Skip to content

Commit

Permalink
fix: #26
Browse files Browse the repository at this point in the history
  • Loading branch information
dwqs committed Mar 19, 2018
1 parent 65fa524 commit 829eee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/area-select/select/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
},
handleAfterEnter () {
if (!this.scrollbar) {
if (!this.scrollbar && this.value) {
this.scrollbar = new BeautifyScrollbar(this.$refs.wrap);
}
}
Expand Down

0 comments on commit 829eee2

Please sign in to comment.