File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
themes/vue/layout/partials Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 1
1
<li ><a href =" /guide/" class =" nav-link<%- page.path.match(/guide/) ? ' current' : '' %>" >教程</a ></li >
2
2
<li ><a href =" /api/" class =" nav-link<%- page.path.match(/api/) ? ' current' : '' %>" >API</a ></li >
3
3
<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 >
5
5
<li ><a href =" /vuex/" class =" nav-link<%- page.path.match(/vuex/) ? ' current' : '' %>" >vuex</a ></li >
6
6
<li ><a href =" /examples/" class =" nav-link<%- page.path.match(/examples/) ? ' current' : '' %>" >示例</a ></li >
7
7
<li ><a href =" https://webpack2.leanapp.cn" target =" _blank" >webpack</a ></li >
Original file line number Diff line number Diff line change 6
6
<div id =" donate" style =" margin-bottom : 20px " >
7
7
<img src =" /images/patreon.png" >
8
8
<a href =" /support-vuejs" >支持 Vue.js</a >
9
-
10
9
</div >
11
10
<h2 >
12
11
<% titles = {api: ' API' , examples: ' 示例' , guide: ' 教程' } %>
You can’t perform that action at this time.
0 commit comments