Skip to content

Commit fa4b54f

Browse files
nabsulchrisvfritz
authored andcommitted
Replace <p> tag with <span> in app3 (#1149)
The code snippet uses `<p>`, but the actual demo uses `<span>`
1 parent 35a3623 commit fa4b54f

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
@@ -99,7 +99,7 @@ It's easy to toggle the presence of an element, too:
9999

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

0 commit comments

Comments
 (0)