From 881ffbba98e0cf338b38dacf819abfde7446d3e7 Mon Sep 17 00:00:00 2001 From: techtolentino Date: Fri, 14 Oct 2022 07:36:35 -0700 Subject: [PATCH] fix: route middleware link --- docs/content/3.api/3.utils/define-page-meta.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/3.api/3.utils/define-page-meta.md b/docs/content/3.api/3.utils/define-page-meta.md index 138cce4ad0f..5811ef763d3 100644 --- a/docs/content/3.api/3.utils/define-page-meta.md +++ b/docs/content/3.api/3.utils/define-page-meta.md @@ -78,7 +78,7 @@ interface PageMeta { - **Type**: `MiddlewareKey` | [`NavigationGuard`](https://router.vuejs.org/api/interfaces/NavigationGuard.html#navigationguard) | `Array` - Define anonymous or named middleware directly within `definePageMeta`. Learn more about [route middleware](/docs/directory-structure/middleware). + Define anonymous or named middleware directly within `definePageMeta`. Learn more about [route middleware](/guide/directory-structure/middleware). **`pageTransition`**