React-Router V2,V4-如何在react-router V4中使用react-router V2的“路由器”?

时间:2018-09-07 06:45:43

标签: javascript reactjs react-router

我在React Router v2中看到了“ this.props.router.push”功能。 如何在React Router V4中使用此功能?

例如:

setFilter(query) {
  this.props.router.push({ pathname: this.props.location.pathname, query });
}

0 个答案:

没有答案