diff --git a/docs/content/1.getting-started/5.routing.md b/docs/content/1.getting-started/5.routing.md index e59a1220360..747fd70f03c 100644 --- a/docs/content/1.getting-started/5.routing.md +++ b/docs/content/1.getting-started/5.routing.md @@ -126,8 +126,6 @@ The `validate` property accepts the `route` as an argument. You can return a boo If you have a more complex use case, then you can use anonymous route middleware instead. -:StabilityEdge - ```vue [pages/post/[id].vue]