Skip to content

Commit d77cdc4

Browse files
zrw354kazupon
authored andcommitted
Update index.md (vuejs#808)
Break long lines in sample HTML code into short lines to avoid a horizontal scrollbar caused by limited column width
1 parent 27a4779 commit d77cdc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/v2/guide/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ In addition to text interpolation, we can also bind element attributes like this
6060
``` html
6161
<div id="app-2">
6262
<span v-bind:title="message">
63-
Hover your mouse over me for a few seconds to see my dynamically bound title!
63+
Hover your mouse over me for a few seconds
64+
to see my dynamically bound title!
6465
</span>
6566
</div>
6667
```

0 commit comments

Comments
 (0)