Not Found 放在所有 Route 最后,使用星号 *
匹配一切路由。
语法:
<Route path="*">
<NotFound />
</Route>
code example:
import {
Route, Switch, Redirect } from "re
Not Found 放在所有 Route 最后,使用星号 *
匹配一切路由。
语法:
<Route path="*">
<NotFound />
</Route>
code example:
import {
Route, Switch, Redirect } from "re