如何在材质UI抽屉中使用React Router来更改单击内容?

问题描述 投票:0回答:1

我尝试使用Component = {Link}到= {path},但这只是更改了URL。内容显示在main内部,并且我已经在其中使用Routes,如下所示:

<main>
  <Switch>
    <Route path={..} component={..}>
    .
    .
    .
  </Switch>
</main

但是这不起作用,内容没有改变

链接到材料用户界面示例:https://codesandbox.io/s/v66pl

reactjs react-router material-ui navigation-drawer single-page-application
1个回答
0
投票
© www.soinside.com 2019 - 2024. All rights reserved.