Skip to content

Commit 109af45

Browse files
xiaoqiang-zhaoyyx990803
authored andcommitted
修正中文文档的大小写错误 (vuejs#1005)
1 parent 1961d35 commit 109af45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh-cn/essentials/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
### JavaScript
2929

3030
``` js
31-
// 0. 如果使用模块化机制编程,導入Vue和VueRouter,要调用 vue.use(vuerouter)
31+
// 0. 如果使用模块化机制编程,導入Vue和VueRouter,要调用 Vue.use(VueRouter)
3232

3333
// 1. 定义(路由)组件。
3434
// 可以从其他文件 import 进来

0 commit comments

Comments
 (0)