Skip to content

Commit 7ed6849

Browse files
Jinjiangktsn
authored andcommitted
[zh-cn] http -> https (#956)
1 parent 89a5d5f commit 7ed6849

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

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

docs/zh-cn/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,4 +218,4 @@ mocha test-bundle.js
218218

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

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

0 commit comments

Comments
 (0)