File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
- <div class =" el-slider"
2
+ <div
3
+ class =" el-slider"
3
4
:class =" { 'is-vertical': vertical, 'el-slider--with-input': showInput }"
4
- role =" slider"
5
- :aria-valuemin =" min"
6
- :aria-valuemax =" max"
7
- :aria-orientation =" vertical ? 'vertical': 'horizontal'"
8
- :aria-disabled =" sliderDisabled"
5
+ role =" slider"
6
+ :aria-valuemin =" min"
7
+ :aria-valuemax =" max"
8
+ :aria-orientation =" vertical ? 'vertical': 'horizontal'"
9
+ :aria-disabled =" sliderDisabled"
9
10
>
10
11
<el-input-number
11
12
v-model =" firstValue"
21
22
:debounce =" debounce"
22
23
:size =" inputSize" >
23
24
</el-input-number >
24
- <div class =" el-slider__runway"
25
+ <div
26
+ class =" el-slider__runway"
25
27
:class =" { 'show-input': showInput, 'disabled': sliderDisabled }"
26
28
:style =" runwayStyle"
27
29
@click =" onSliderClick"
You can’t perform that action at this time.
0 commit comments