Skip to content

Commit c482873

Browse files
authored
Merge pull request #188 from daniel48/patch-1
Update index.md
2 parents 995e285 + 272a16b commit c482873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Vue.js 的目标是通过尽可能简单的 API 实现**响应的数据绑定**
1919
尝试 Vue.js 最简单的方法是使用 [JSFiddle Hello World 例子](https://jsfiddle.net/chrisvfritz/50wL7mdz/)。你可以在浏览器新标签页中打开它,跟着我们学习一些基础示例。或者你也可以创建一个本地的 `.html` 文件,然后通过如下方式引入 Vue:
2020

2121
``` html
22-
<script src="https://unpkg.com/vue/dist/vue.js">
22+
<script src="https://unpkg.com/vue/dist/vue.js"></script>
2323
```
2424

2525
你可以查看[安装指南](/guide/installation.html)来了解其他安装 Vue 的选项。请注意我们**不推荐**新手直接使用 `vue-cli`,尤其是对 Node.js 构建工具不够了解的同学。

0 commit comments

Comments
 (0)