を提出私VUEコンポーネントをテストする 1) calls store action login when the form is submitted
LoginPage.vue
TypeError: wrapper.find(...).trigger is not a function
at Context.<anonymous> (webpack:///test/unit/specs/p
vuejsコンポーネントをテストしていて、非常に奇妙な問題が発生しました。ここで は私のテストでは何が起こっている import { mount } from 'avoriaz';
let wrapper = mount(MyComponent, { globals: {$route},});
it('the click changes the value of shown',() =>