Skip to content

Commit 6b3316c

Browse files
qm3sterposva
authored andcommitted
Make line breaks consistent (vuejs#1399)
1 parent 2ee03a9 commit 6b3316c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/route-alias/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ new Vue({
5151
</router-link></li>
5252
5353
<li><router-link to="/baz">
54-
/baz (renders /home/baz)</router-link>
55-
</li>
54+
/baz (renders /home/baz)
55+
</router-link></li>
5656
5757
<li><router-link to="/home/baz-alias">
5858
/home/baz-alias (renders /home/baz)

0 commit comments

Comments
 (0)