In short, instead of triggering through the wrapper API like this: wrapper.find(ChildComponent).trigger('click'). you should call the vue instance $emit ...
確定! 回上一頁