Skip to content

Commit 0271cc7

Browse files
eslint
1 parent c001126 commit 0271cc7

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

src/components/nav/index.vue

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,27 @@
11
<template>
22
<ul class="c-nav">
33
<li class="rubberBand">
4-
<router-link to="/">首页</router-link>
4+
<router-link to="/">
5+
首页
6+
</router-link>
57
</li>
68
<li class="rubberBand">
7-
<router-link to="/pageA">页面A</router-link>
9+
<router-link to="/pageA">
10+
页面A
11+
</router-link>
812
</li>
913
<li class="rubberBand">
10-
<router-link to="/pageB">页面B</router-link>
14+
<router-link to="/pageB">
15+
页面B
16+
</router-link>
1117
</li>
1218
<li class="rubberBand">
1319
<a
1420
href="/mock-switch/"
1521
target="_blank"
16-
>mock-switch</a>
22+
>
23+
mock-switch
24+
</a>
1725
</li>
1826
</ul>
1927
</template>

0 commit comments

Comments
 (0)