Skip to content

Commit

Permalink
docs(zh): typed routes translate (#1752)
Browse files Browse the repository at this point in the history
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
Co-authored-by: Jinjiang <zhaojinjiang@me.com>
  • Loading branch information
3 people committed Apr 5, 2023
1 parent 08d7df2 commit 6dff18f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/guide/advanced/typed-routes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

::: danger ‼️ Experimental feature

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.
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)

Expand Down
9 changes: 9 additions & 0 deletions packages/docs/zh/guide/advanced/typed-routes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 类型化路由 (v4.1.0+)

::: danger ‼️ 实验性功能

从 v4.1.0 开始,我们引入一个新的功能,称为类型化路由。这个**实验性**功能通过 Vite/webpack/Rollup 插件启用。

![RouterLink to autocomplete](https://user-images.githubusercontent.com/664177/176442066-c4e7fa31-4f06-4690-a49f-ed0fd880dfca.png)

[查看 v4.1 版本的发布说明](https://github.com/vuejs/router/releases/tag/v4.1.0) 获取有关此功能的更多信息。[查看插件](https://github.com/posva/unplugin-vue-router) 的 GitHub 仓库获取安装说明和文档。

0 comments on commit 6dff18f

Please sign in to comment.