Skip to content

docs: Fix link to Vuex document #1124

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 1, 2019
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/guides/using-with-vuex.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ This is great, but what if we want to check our getters are returning the correc

### Mocking with Modules

[Modules](https://vuex.vuejs.org/en/modules.html) are useful for separating out our store into manageable chunks. They also export getters. We can use these in our tests.
[Modules](https://vuex.vuejs.org/guide/modules.html) are useful for separating out our store into manageable chunks. They also export getters. We can use these in our tests.

Let’s look at our component:

Expand Down
2 changes: 1 addition & 1 deletion docs/ja/guides/using-with-vuex.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ describe('Getters.vue', () => {

### モジュールによるモック

[モジュール](https://vuex.vuejs.org/en/modules.html)はストアを管理しやすい塊に分けるために便利です。それらはゲッタもエクスポートします。テストではこれらを使用することができます。
[モジュール](https://vuex.vuejs.org/ja/guide/modules.html)はストアを管理しやすい塊に分けるために便利です。それらはゲッタもエクスポートします。テストではこれらを使用することができます。

コンポーネントを見てみましょう:

Expand Down
2 changes: 1 addition & 1 deletion docs/ru/guides/using-with-vuex.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ describe('Getters.vue', () => {

### Создание моков с модулями

[Модули](https://vuex.vuejs.org/ru/modules.html) полезны для разделения нашего хранилища на управляемые части. Они также экспортируют геттеры. Мы можем использовать их в наших тестах.
[Модули](https://vuex.vuejs.org/ru/guide/modules.html) полезны для разделения нашего хранилища на управляемые части. Они также экспортируют геттеры. Мы можем использовать их в наших тестах.

Давайте взглянем на наш компонент:

Expand Down
2 changes: 1 addition & 1 deletion docs/zh/guides/using-with-vuex.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ describe('Getters.vue', () => {

### 伪造 Module

[Module](https://vuex.vuejs.org/zh-cn/modules.html) 对于将我们的 store 分隔成多个可管理的块来说非常有用。它们也暴露 getter。我们可以在测试中使用它们。
[Module](https://vuex.vuejs.org/zh/guide/modules.html) 对于将我们的 store 分隔成多个可管理的块来说非常有用。它们也暴露 getter。我们可以在测试中使用它们。

看看这个组件:

Expand Down