We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a291d3b commit 71b4eefCopy full SHA for 71b4eef
contributors.yml
@@ -332,6 +332,7 @@
332
- willsawyerrrr
333
- xavier-lc
334
- xcsnowcity
335
+- xdaxer
336
- yionr
337
- yracnet
338
- ytori
docs/start/framework/routing.md
@@ -324,7 +324,7 @@ function Wizard() {
324
<Routes>
325
<Route index element={<StepOne />} />
326
<Route path="step-2" element={<StepTwo />} />
327
- <Route path="step-3" element={<StepThree />}>
+ <Route path="step-3" element={<StepThree />} />
328
</Routes>
329
</div>
330
);
0 commit comments