Skip to content

Commit 97eaa8f

Browse files
committed
update 还是不用atom格式化了。。。
1 parent 76b399e commit 97eaa8f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/guide/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ order: 1
88

99
尝试 Vue.js 最简单的方法是使用 [JSFiddle Hello World 例子](https://jsfiddle.net/chrisvfritz/ng41aepx/)。在浏览器新标签页中打开它,跟着我们查看一些基础示例。如果你喜欢用包管理器下载/安装,查看[安装](/guide/installation.html)教程。
1010

11-
# Hello World
11+
### Hello World
1212

1313
```html
1414
<div id="app">
@@ -39,7 +39,7 @@ new Vue({
3939
</script>
4040
{% endraw %}
4141

42-
# 双向绑定
42+
### 双向绑定
4343

4444
```html
4545
<div id="app">
@@ -73,7 +73,7 @@ new Vue({
7373
{% endraw %}
7474

7575

76-
# 渲染列表
76+
### 渲染列表
7777

7878
```html
7979
<div id="app">
@@ -120,7 +120,7 @@ new Vue({
120120
</script>
121121
{% endraw %}
122122

123-
# 处理用户输入
123+
### 处理用户输入
124124

125125
```html
126126
<div id="app">
@@ -164,7 +164,7 @@ new Vue({
164164

165165
{% endraw %}
166166

167-
# 综合
167+
### 综合
168168

169169
```html
170170
<div id="app5">

0 commit comments

Comments
 (0)