Skip to content

Commit 0589276

Browse files
vuejs-jp-botkazupon
authored andcommitted
Replace tag with in app3 (vuejs#1149) (vuejs#356)
* tweak ad styling * Replace <p> tag with <span> in app3 (vuejs#1149) The code snippet uses `<p>`, but the actual demo uses `<span>`
1 parent aca9962 commit 0589276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ var app2 = new Vue({
100100

101101
``` html
102102
<div id="app-3">
103-
<p v-if="seen">Now you see me</p>
103+
<span v-if="seen">Now you see me</span>
104104
</div>
105105
```
106106

0 commit comments

Comments
 (0)