那么如何实现图中滑动条这种变化呢?thanks for any help about this.
1 回答
皈依舞
TA贡献1851条经验 获得超3个赞
react-router有个pushState()函数,当DragEnd的时候执行pushState()函数可以使得URL发生改变,同时组件通过this.props.location.query请求数据重新渲染组件。
添加回答
举报
0/150
提交
取消