You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divclass="vueschool"><ahref="https://vueschool.io/courses/vue-router-for-everyone?friend=vuejs"target="_blank"rel="sponsored noopener"title="Learn how to build powerful Single Page Applications with the Vue Router on Vue School">观看 Vue School 的关于 Vue Router 的免费视频课程 (英文)</a></div>
<divclass="vueschool"><ahref="https://vueschool.io/courses/vue-router-for-everyone?friend=vuejs"target="_blank"rel="sponsored noopener"title="Learn how to build powerful Single Page Applications with the Vue Router on Vue School">观看 Vue School 的关于 Vue Router 的免费视频课程 (英文)</a></div>
Copy file name to clipboardExpand all lines: docs/zh/guide/advanced/lazy-loading.md
+2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# 路由懒加载
2
2
3
+
<divclass="vueschool"><ahref="https://vueschool.io/lessons/how-to-lazy-load-routes-with-vue-router?friend=vuejs"target="_blank"rel="sponsored noopener"title="Learn how to increase performance by lazy loading routes on Vue School">观看 Vue School 的如何路由懒加载的免费视频课程 (英文)</a></div>
<divclass="vueschool"><ahref="https://vueschool.io/lessons/how-to-configure-an-authentication-middleware-route-guard-with-vue-router?friend=vuejs"target="_blank"rel="sponsored noopener"title="Learn how to create an authentication middleware with a global route guard on Vue School">观看 Vue School 的导航守卫如何工作的免费视频课程 (英文)</a></div>
Copy file name to clipboardExpand all lines: docs/zh/guide/advanced/scroll-behavior.md
+2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# 滚动行为
2
2
3
+
<divclass="vueschool"><ahref="https://vueschool.io/lessons/how-to-control-the-scroll-behavior-of-vue-router?friend=vuejs"target="_blank"rel="sponsored noopener"title="Learn how to control the scroll behavior on Vue School">观看 Vue School 的如何控制滚动行为的免费视频课程 (英文)</a></div>
Copy file name to clipboardExpand all lines: docs/zh/guide/advanced/transitions.md
+2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# 过渡动效
2
2
3
+
<divclass="vueschool"><ahref="https://vueschool.io/lessons/how-to-create-route-transitions-with-vue-router?friend=vuejs"target="_blank"rel="sponsored noopener"title="Learn how to create route transitions on Vue School">观看 Vue School 的如何创建路由过渡动效的免费视频课程 (英文)</a></div>
Copy file name to clipboardExpand all lines: docs/zh/guide/essentials/dynamic-matching.md
+10-8
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
# 动态路由匹配
2
2
3
+
<divclass="vueschool"><ahref="https://vueschool.io/lessons/vue-router-dynamic-routes?friend=vuejs"target="_blank"rel="sponsored noopener"title="Learn how to match dynamic routes with Vue School">观看 Vue School 的如何匹配动态路由的免费视频课程 (英文)</a></div>
4
+
3
5
我们经常需要把某种模式匹配到的所有路由,全都映射到同个组件。例如,我们有一个 `User` 组件,对于所有 ID 各不相同的用户,都要使用这个组件来渲染。那么,我们可以在 `vue-router` 的路由路径中使用“动态路径参数”(dynamic segment) 来达到这个效果:
Copy file name to clipboardExpand all lines: docs/zh/guide/essentials/named-routes.md
+2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# 命名路由
2
2
3
+
<divclass="vueschool"><ahref="https://vueschool.io/lessons/vue-router-named-routes-and-params?friend=vuejs"target="_blank"rel="sponsored noopener"title="Learn how to work with named routes and params with Vue School">观看 Vue School 的如何使用命名路由及其参数的免费视频课程 (英文)</a></div>
Copy file name to clipboardExpand all lines: docs/zh/guide/essentials/nested-routes.md
+2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# 嵌套路由
2
2
3
+
<divclass="vueschool"><ahref="https://vueschool.io/lessons/vue-router-nested-routes?friend=vuejs"target="_blank"rel="sponsored noopener"title="Learn how to work with nested routes with Vue School">观看 Vue School 的如何使用嵌套路由的免费视频课程 (英文)</a></div>
Copy file name to clipboardExpand all lines: docs/zh/guide/essentials/passing-props.md
+2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# 路由组件传参
2
2
3
+
<divclass="vueschool"><ahref="https://vueschool.io/lessons/how-to-pass-vue-router-params-as-props-to-components?friend=vuejs"target="_blank"rel="sponsored noopener"title="Learn how to pass props to route components with Vue School">观看 Vue School 的如何向路由组件传递 prop 的免费视频课程 (英文)</a></div>
0 commit comments