react router dom

2020-12-22  本文已影响0人  想溜了的蜗牛
  1. 404 时的写法有两个
    <Route component={NotFound} />
<Route path="*">
     <NoMatch />
</Route>

refer:

  1. Getting started with React Router
  2. Handling 404 Routes in React with a Not Found component
  3. No Match
上一篇 下一篇

猜你喜欢

热点阅读