Skip to content

Commit

Permalink
fix(slider): 隐藏数值读取.(Tencent#1402)
Browse files Browse the repository at this point in the history
  • Loading branch information
byq1213 committed Feb 21, 2023
1 parent f498622 commit e2fe86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slider/slider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default class Slider extends SuperComponent {
this.handlePropsChange(newValue);
},
_value(newValue: SliderValue) {
const { min, max, range, label } = this.properties;
const { min, max, range } = this.properties;
const { maxRange } = this.data;

if (range) {
Expand Down

0 comments on commit e2fe86b

Please sign in to comment.