From: Eduardo San Martin Morote Date: Wed, 29 Jun 2022 13:27:11 +0000 (+0200) Subject: docs: screenshot X-Git-Tag: v4.1.0~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e22e70f143d36a7b15b2d67516918311b87adc0;p=thirdparty%2Fvuejs%2Frouter.git docs: screenshot --- diff --git a/packages/docs/guide/advanced/typed-routes.md b/packages/docs/guide/advanced/typed-routes.md index 6a1889b1..a2852787 100644 --- a/packages/docs/guide/advanced/typed-routes.md +++ b/packages/docs/guide/advanced/typed-routes.md @@ -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.