Skip to content

Commit a8163f7

Browse files
committed
update
1 parent 2168891 commit a8163f7

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
>(即将完成 - 急需校对人员)
44
5-
## 参与要求
5+
## 贡献要求
66

77
### 参与:
88

src/vuex/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: vuex
3+
type: vuex
4+
order: 0
5+
---
6+
7+
- [vuex](http://vuex.vuejs.org/en/index.html)

themes/vue/layout/partials/header.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div id="header">
22
<a id="logo" href="/">
33
<img src="/images/logo.png">
4-
<span>Vue.js v2.0正式版</span>
4+
<span>Vue.js v2.0 中文</span>
55
</a>
66
<span style="
77
position: absolute;

themes/vue/layout/partials/main_menu.ejs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<li><a href="/api/" class="nav-link<%- page.path.match(/api/) ? ' current' : '' %>">API</a></li>
33
<li><a href="/examples/" class="nav-link<%- page.path.match(/examples/) ? ' current' : '' %>">示例</a></li>
44
<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>
56
<li><a href="/ssr/" class="nav-link<%- page.path.match(/ssr/) ? ' current' : '' %>">SSR</a></li>
67
<li><a href="/awesome/" class="nav-link<%- page.path.match(/awesome/) ? ' current' : '' %>">资源</a></li>
78
<li><a href="/changelog/" class="nav-link<%- page.path.match(/changelog/) ? ' current' : '' %>">更新日志</a></li>

0 commit comments

Comments
 (0)