]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: mention file based main
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 19 Dec 2025 09:07:27 +0000 (10:07 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Fri, 19 Dec 2025 09:07:27 +0000 (10:07 +0100)
Close #2597

packages/docs/guide/advanced/typed-routes.md

index 20ec46805bbe198f6da2f284406236a205add0ec..29e5c620d6cb1401b1366b749a4fbd8dfd8d499a 100644 (file)
@@ -4,7 +4,7 @@
 
 ![RouterLink to autocomplete](https://user-images.githubusercontent.com/664177/176442066-c4e7fa31-4f06-4690-a49f-ed0fd880dfca.png)
 
 
 ![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
 
 
 ## Manual Configuration
 
@@ -72,6 +72,6 @@ declare module 'vue-router' {
 
 ::: tip
 
 
 ::: 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.
 
 :::
 
 :::