Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docs/ru/guide/advanced/vuex.md
Browse files Browse the repository at this point in the history
Co-authored-by: Victor Gladkikh <[email protected]>
VisualYuki and alfeg authored Jan 24, 2025
1 parent c695ada commit 6a9f152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ru/guide/advanced/vuex.md
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ Vuex - это всего лишь деталь реализации; для те

## Простой пример

Здесь простое Vuex хранилище и компонент, который использует Vuex хранилище
Вот простое Vuex хранилище и компонент, что использует Vuex хранилище

```js
import { createStore } from 'vuex'

0 comments on commit 6a9f152

Please sign in to comment.