Skip to content

Commit

Permalink
docs(zh): addRoute is missing the added version
Browse files Browse the repository at this point in the history
  • Loading branch information
140948940 committed Jan 12, 2023
1 parent 9f969d4 commit ddfdd6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/zh/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,8 @@ router.addRoutes(routes: Array<RouteConfig>)
### router.addRoute
> 3.5.0新增
添加一条新路由规则。如果该路由规则有 `name`,并且已经存在一个与之相同的名字,则会覆盖它。
函数签名:
Expand All @@ -446,6 +448,8 @@ addRoute(route: RouteConfig): () => void
### router.addRoute
> 3.5.0新增
添加一条新的路由规则记录作为现有路由的子路由。如果该路由规则有 `name`,并且已经存在一个与之相同的名字,则会覆盖它。
函数签名:
Expand Down

0 comments on commit ddfdd6e

Please sign in to comment.