Skip to content

Commit 92a5365

Browse files
committed
将vue-router 链接到官方
1 parent 072f92b commit 92a5365

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

themes/vue/layout/partials/main_menu.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<li><a href="/guide/" class="nav-link<%- page.path.match(/guide/) ? ' current' : '' %>">教程</a></li>
22
<li><a href="/api/" class="nav-link<%- page.path.match(/api/) ? ' current' : '' %>">API</a></li>
33
<li><a href="/about/" class="nav-link<%- page.path.match(/about/) ? ' current' : '' %>">参与贡献</a></li>
4-
<li><a href="/vue-router/" class="nav-link<%- page.path.match(/vue-router/) ? ' current' : '' %>">vue-router</a></li>
4+
<li><a href="https://router.vuejs.org/zh-cn/index.html" target="_blank">vue-router</a></li>
55
<li><a href="/vuex/" class="nav-link<%- page.path.match(/vuex/) ? ' current' : '' %>">vuex</a></li>
66
<li><a href="/examples/" class="nav-link<%- page.path.match(/examples/) ? ' current' : '' %>">示例</a></li>
77
<li><a href="https://webpack2.leanapp.cn" target="_blank">webpack</a></li>

themes/vue/layout/partials/sidebar.ejs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<div id="donate" style="margin-bottom: 20px">
77
<img src="/images/patreon.png">
88
<a href="/support-vuejs">支持 Vue.js</a>
9-
109
</div>
1110
<h2>
1211
<% titles = {api: 'API', examples: '示例', guide: '教程'} %>

0 commit comments

Comments
 (0)