other
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
3f243f02efa4259f2b6af6635d1801f5c42c708d
Authored by
Jongyoon Jeong
2018-12-11 13:40:07 +0900
1 parent
eaddbfb0
Issue 5002
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/components/slider/slider.vue
Inline
Side-by-side
src/components/slider/slider.vue
Wrap text
Show/Hide comments
View file @
3f243f0
...
...
@@ -379,7 +379,7 @@
379
379
},
380
380
381
381
handleInputChange (val) {
382
- this.currentValue = [val
|| this.min, this.currentValue[1]];
382
+ this.currentValue = [val
=== 0 ? 0 : val
|| this.min, this.currentValue[1]];
383
383
this.emitChange();
384
384
},
385
385
...
...