Skip to content

Commit 66d1c7d

Browse files
committed
docs: clearer
1 parent 22b7c41 commit 66d1c7d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/introduction.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,11 @@ If you don't have an `env.d.ts` file, you can create one and add the unplugin-vu
172172

173173
::: warning
174174

175-
unplugin-vue-router will add a virtual `vue-router/auto` module that exports everything from `vue-router` with some extra features from `unplugin-vue-router/runtime` and `unplugin-vue-router/data-loaders`. It's recommended to avoid using `vue-router/auto` in new projects. It's kept for compatibility with existing projects that use it and will likely be removed in the future.
175+
unplugin-vue-router adds a virtual `vue-router/auto` module that exports everything from `vue-router` with some extra features from `unplugin-vue-router/runtime` and `unplugin-vue-router/data-loaders`.
176+
177+
**DO NOT use `vue-router/auto` in new projects**.
178+
179+
It's kept for compatibility with existing projects that use it and **will be removed in the near future**.
176180

177181
::: tip
178182
You can exclude `vue-router/auto` from VSCode import suggestions by adding this setting to your `.vscode/settings.json`:

0 commit comments

Comments
 (0)