We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 888dafe commit 2c8e3c0Copy full SHA for 2c8e3c0
docs/zh-cn/essentials/getting-started.md
@@ -36,7 +36,7 @@ const Bar = { template: '<div>bar</div>' }
36
// 每个路由应该映射一个组件。 其中"component" 可以是
37
// 通过 Vue.extend() 创建的组件构造器,
38
// 或者,只是一个组件配置对象。
39
-// 我们晚点在讨论嵌套路由。
+// 我们晚点再讨论嵌套路由。
40
const routes = [
41
{ path: '/foo', component: Foo },
42
{ path: '/bar', component: Bar }
0 commit comments