Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/zh-cn/state.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Vuex 使用 **单一状态树** —— 是的,用一个对象就包含了全

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

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

``` js
// 创建一个 Counter 组件
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-cn/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,4 +218,4 @@ mocha test-bundle.js

#### 使用 Karma + karma-webpack 在浏览器中执行测试

详见 [vue-loader documentation](http://vuejs.github.io/vue-loader/workflow/testing.html)。
详见 [vue-loader documentation](https://vuejs.github.io/vue-loader/workflow/testing.html)。