File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed
themes/vue/layout/partials Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
> (即将完成 - 急需校对人员)
4
4
5
- ## 参与要求
5
+ ## 贡献要求
6
6
7
7
### 参与:
8
8
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : vuex
3
+ type : vuex
4
+ order : 0
5
+ ---
6
+
7
+ - [ vuex] ( http://vuex.vuejs.org/en/index.html )
Original file line number Diff line number Diff line change 1
1
<div id =" header" >
2
2
<a id =" logo" href =" /" >
3
3
<img src =" /images/logo.png" >
4
- <span >Vue.js v2.0正式版 </span >
4
+ <span >Vue.js v2.0 中文 </span >
5
5
</a >
6
6
<span style ="
7
7
position : absolute ;
Original file line number Diff line number Diff line change 2
2
<li ><a href =" /api/" class =" nav-link<%- page.path.match(/api/) ? ' current' : '' %>" >API</a ></li >
3
3
<li ><a href =" /examples/" class =" nav-link<%- page.path.match(/examples/) ? ' current' : '' %>" >示例</a ></li >
4
4
<li ><a href =" /router/" class =" nav-link<%- page.path.match(/router/) ? ' current' : '' %>" >vue-router</a ></li >
5
+ <li ><a href =" /vuex/" class =" nav-link<%- page.path.match(/vuex/) ? ' current' : '' %>" >vuex</a ></li >
5
6
<li ><a href =" /ssr/" class =" nav-link<%- page.path.match(/ssr/) ? ' current' : '' %>" >SSR</a ></li >
6
7
<li ><a href =" /awesome/" class =" nav-link<%- page.path.match(/awesome/) ? ' current' : '' %>" >资源</a ></li >
7
8
<li ><a href =" /changelog/" class =" nav-link<%- page.path.match(/changelog/) ? ' current' : '' %>" >更新日志</a ></li >
You can’t perform that action at this time.
0 commit comments