Skip to content

docs: [RU] Translation update #789

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 4 commits into from
Jul 6, 2018
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
4 changes: 2 additions & 2 deletions docs/ru/api/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Vue Test Utils включает объект конфигурации для о

### `stubs`

- Тип: `Object`
- Тип: `{ [name: string]: Component | boolean | string }`
- По умолчанию: `{
transition: TransitionStub,
'transition-group': TransitionGroupStub
Expand Down Expand Up @@ -46,7 +46,7 @@ VueTestUtils.config.mocks['$store'] = {

### `methods`

- Тип: `Object`
- Тип: `{ [name: string]: Function }`
- По умолчанию: `{}`

Вы можете настроить методы по умолчанию с помощью объекта `config`. Это может быть полезно для плагинов, которые вводят методы в компоненты, такие как [VeeValidate](https://baianat.github.io/vee-validate/). Вы можете переопределить методы, установленные в `config`, передав `methods` в настройках монтирования.
Expand Down
2 changes: 1 addition & 1 deletion docs/ru/api/wrapper/setChecked.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Устанавливает значение отмеченным элемент ввода типа чекбокса или радиокнопки и обновляет связанные данные с `v-model`.

- **Аргументы:**
- `{Boolean} checked (default: true)`
- `{Boolean} checked (по умолчанию: true)`

- **Примеры:**

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
@@ -1,4 +1,4 @@
## Использование с Vuex
# Использование с Vuex

В этом руководстве мы рассмотрим как тестировать Vuex в компонентах с Vue Test Utils и как подходить к тестированию хранилища Vuex.

Expand Down