We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c001126 commit 0271cc7Copy full SHA for 0271cc7
src/components/nav/index.vue
@@ -1,19 +1,27 @@
1
<template>
2
<ul class="c-nav">
3
<li class="rubberBand">
4
- <router-link to="/">首页</router-link>
+ <router-link to="/">
5
+ 首页
6
+ </router-link>
7
</li>
8
- <router-link to="/pageA">页面A</router-link>
9
+ <router-link to="/pageA">
10
+ 页面A
11
12
13
- <router-link to="/pageB">页面B</router-link>
14
+ <router-link to="/pageB">
15
+ 页面B
16
17
18
19
<a
20
href="/mock-switch/"
21
target="_blank"
- >mock-switch</a>
22
+ >
23
+ mock-switch
24
+ </a>
25
26
</ul>
27
</template>
0 commit comments