From 3cfcaf105e9303fe5f046be37fee8c7a0a5fca50 Mon Sep 17 00:00:00 2001 From: Tech Genius <74496810+TechGenius7777@users.noreply.github.com> Date: Sun, 16 Oct 2022 15:06:13 +0530 Subject: [PATCH 1/2] Update 5.routing.md --- docs/content/1.getting-started/5.routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/1.getting-started/5.routing.md b/docs/content/1.getting-started/5.routing.md index e59a1220360..b830eebd472 100644 --- a/docs/content/1.getting-started/5.routing.md +++ b/docs/content/1.getting-started/5.routing.md @@ -131,7 +131,7 @@ If you have a more complex use case, then you can use anonymous route middleware ```vue [pages/post/[id].vue]