]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: screenshot
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 29 Jun 2022 13:27:11 +0000 (15:27 +0200)
committerEduardo San Martin Morote <posva@users.noreply.github.com>
Thu, 30 Jun 2022 07:59:00 +0000 (09:59 +0200)
packages/docs/guide/advanced/typed-routes.md

index 6a1889b1ad8f7782675dc06f2fd327f3e1656130..a285278729296dc74c1d0cf02213c176021ebdff 100644 (file)
@@ -4,5 +4,7 @@
 
 Starting from v4.1.0, we are introducing a new feature called Typed Routes. This **experimental** feature is enabled through a Vite/webpack/rollup plugin.
 
+![RouterLink to autocomplete](https://user-images.githubusercontent.com/664177/176442066-c4e7fa31-4f06-4690-a49f-ed0fd880dfca.png)
+
 [Check the v4.1 release notes](https://github.com/vuejs/router/releases/tag/v4.1.0) for more information about this feature.
 [Check out the plugin](https://github.com/posva/unplugin-vue-router) GitHub repository for installation instructions and documentation.