Skip to content

Commit 07128aa

Browse files
committed
update url of the Chinese core docs (fix #619)
1 parent 5b22286 commit 07128aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh-cn/state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Vuex 使用 **单一状态树** —— 是的,用一个对象就包含了全
88

99
### 在 Vue 组件中获得 Vuex 状态
1010

11-
那么我们如何在 Vue 组件中展示状态呢?由于 Vuex 的状态存储是响应式的,从 store 实例中读取状态最简单的方法就是在[计算属性](http://vuejs.org.cn/guide/computed.html)中返回某个状态:
11+
那么我们如何在 Vue 组件中展示状态呢?由于 Vuex 的状态存储是响应式的,从 store 实例中读取状态最简单的方法就是在[计算属性](http://cn.vuejs.org/guide/computed.html)中返回某个状态:
1212

1313
``` js
1414
// 创建一个 Counter 组件

0 commit comments

Comments
 (0)