]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: remove experimental message
authorEduardo San Martin Morote <posva13@gmail.com>
Sat, 19 Oct 2024 07:20:36 +0000 (16:20 +0900)
committerEduardo San Martin Morote <posva13@gmail.com>
Sat, 19 Oct 2024 07:20:43 +0000 (16:20 +0900)
packages/docs/guide/advanced/typed-routes.md

index b4665709bbf8522c132ef706fd0753b2f37c2abc..5863b94ae6de1ec8c4dec867d4ffb0955a03b00f 100644 (file)
@@ -1,9 +1,5 @@
 # Typed Routes <Badge type="tip" text="v4.4.0+" />
 
-::: danger
-‼️ Experimental feature
-:::
-
 ![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.