We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9eea7b commit 9dc90a3Copy full SHA for 9dc90a3
docs/ru/guides/using-with-vuex.md
@@ -74,7 +74,7 @@ describe('Actions.vue', () => {
74
expect(actions.actionInput).toHaveBeenCalled()
75
})
76
77
- it('не вызывает "actionInput", когда значение событие не "input"', () => {
+ it('не вызывает "actionInput", когда значение события не "input"', () => {
78
const wrapper = shallowMount(Actions, { store, localVue })
79
const input = wrapper.find('input')
80
input.element.value = 'not input'
0 commit comments