mirror of
https://github.com/wassname/slider.git
synced 2026-09-09 11:35:22 +08:00
update demo.
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ ReactDOM.render(
|
|||||||
</div>
|
</div>
|
||||||
<div style={style}>
|
<div style={style}>
|
||||||
<p>基础滑块</p>
|
<p>基础滑块</p>
|
||||||
<Slider onChange={onChange} tipFormatter={percentFormatter} tipTransitionName='rc-slider-tooltip-zoom-down' />
|
<Slider onChange={log} tipFormatter={percentFormatter} tipTransitionName='rc-slider-tooltip-zoom-down' />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
, document.getElementById('__react-content'));
|
, document.getElementById('__react-content'));
|
||||||
|
|||||||
Reference in New Issue
Block a user