File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
9
9
尝试 Vue.js 最简单的方法是使用 [ JSFiddle Hello World 例子] ( https://jsfiddle.net/chrisvfritz/ng41aepx/ ) 。在浏览器新标签页中打开它,跟着我们查看一些基础示例。如果你喜欢用包管理器下载/安装,查看[ 安装] ( /guide/installation.html ) 教程。
10
10
11
- # Hello World
11
+ ### Hello World
12
12
13
13
``` html
14
14
<div id =" app" >
@@ -39,7 +39,7 @@ new Vue({
39
39
</script >
40
40
{% endraw %}
41
41
42
- # 双向绑定
42
+ ### 双向绑定
43
43
44
44
``` html
45
45
<div id =" app" >
@@ -73,7 +73,7 @@ new Vue({
73
73
{% endraw %}
74
74
75
75
76
- # 渲染列表
76
+ ### 渲染列表
77
77
78
78
``` html
79
79
<div id =" app" >
@@ -120,7 +120,7 @@ new Vue({
120
120
</script >
121
121
{% endraw %}
122
122
123
- # 处理用户输入
123
+ ### 处理用户输入
124
124
125
125
``` html
126
126
<div id =" app" >
@@ -164,7 +164,7 @@ new Vue({
164
164
165
165
{% endraw %}
166
166
167
- # 综合
167
+ ### 综合
168
168
169
169
``` html
170
170
<div id =" app5" >
You can’t perform that action at this time.
0 commit comments