We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f969d4 commit ddfdd6eCopy full SHA for ddfdd6e
docs/zh/api/README.md
@@ -436,6 +436,8 @@ router.addRoutes(routes: Array<RouteConfig>)
436
437
### router.addRoute
438
439
+> 3.5.0新增
440
+
441
添加一条新路由规则。如果该路由规则有 `name`,并且已经存在一个与之相同的名字,则会覆盖它。
442
443
函数签名:
@@ -446,6 +448,8 @@ addRoute(route: RouteConfig): () => void
446
448
447
449
450
451
452
453
添加一条新的路由规则记录作为现有路由的子路由。如果该路由规则有 `name`,并且已经存在一个与之相同的名字,则会覆盖它。
454
455
0 commit comments