From e686354e001b72e25b19813a118ecbecabe99b55 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Fri, 19 Dec 2025 10:07:27 +0100 Subject: [PATCH] docs: mention file based Close #2597 --- packages/docs/guide/advanced/typed-routes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/docs/guide/advanced/typed-routes.md b/packages/docs/guide/advanced/typed-routes.md index 20ec4680..29e5c620 100644 --- a/packages/docs/guide/advanced/typed-routes.md +++ b/packages/docs/guide/advanced/typed-routes.md @@ -4,7 +4,7 @@ ![RouterLink to autocomplete](https://user-images.githubusercontent.com/664177/176442066-c4e7fa31-4f06-4690-a49f-ed0fd880dfca.png) -It's possible to configure the router to have a _map_ of typed routes. While this can be done manually, it is recommended to use the [unplugin-vue-router](https://github.com/posva/unplugin-vue-router) plugin to generate the routes and the types automatically. +It's possible to configure the router to have a _map_ of typed routes. While this can be done manually, it is recommended to use the [unplugin-vue-router](https://github.com/posva/unplugin-vue-router) plugin to generate the routes and the types automatically from a file based routing system. ## Manual Configuration @@ -72,6 +72,6 @@ declare module 'vue-router' { ::: tip -This is indeed tedious and error-prone. That's why it's recommended to use [unplugin-vue-router](https://github.com/posva/unplugin-vue-router) to generate the routes and the types automatically. +This is indeed tedious and error-prone. That's why it's recommended to use [unplugin-vue-router](https://github.com/posva/unplugin-vue-router) to generate the routes and the types automatically from a file-based routing system. ::: -- 2.47.3