世界上最伟大的投资就是投资自己的教育
-
同问 +1
-
"react-router-dom": "^5.1.2",
这个版本的 react-router-dom,下面这种写法不能正确显示。
点击 Home 和 About 切换。match 没有变化。
请问老师这是什么问题呢?const MenuLink = ({ children, to, exact }) => { const match = window.location.pathname === to return ( <NavLink activeStyle={ match ? { color: 'green' } : {} } to={ to }> { match ? '>' : '' }{ children } </NavLink> ) }
© 汕尾市求知科技有限公司 | Rails365 Gitlab | 知乎 | b 站 | csdn
粤公网安备 44152102000088号 | 粤ICP备19038915号
Top