Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeLittlePrince committed Dec 14, 2018
1 parent c001126 commit 0271cc7
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions src/components/nav/index.vue
Original file line number Diff line number Diff line change
@@ -1,19 +1,27 @@
<template>
<ul class="c-nav">
<li class="rubberBand">
<router-link to="/">首页</router-link>
<router-link to="/">
首页
</router-link>
</li>
<li class="rubberBand">
<router-link to="/pageA">页面A</router-link>
<router-link to="/pageA">
页面A
</router-link>
</li>
<li class="rubberBand">
<router-link to="/pageB">页面B</router-link>
<router-link to="/pageB">
页面B
</router-link>
</li>
<li class="rubberBand">
<a
href="/mock-switch/"
target="_blank"
>mock-switch</a>
>
mock-switch
</a>
</li>
</ul>
</template>
Expand Down

0 comments on commit 0271cc7

Please sign in to comment.