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 6332fec commit d327d00Copy full SHA for d327d00
src/index.js
@@ -54,6 +54,7 @@ function render (TestComponent, {
54
unmount: () => wrapper.destroy(),
55
isUnmounted: () => wrapper.vm._isDestroyed,
56
html: () => wrapper.html(),
57
+ emitted: () => wrapper.emitted(),
58
updateProps: _ => {
59
wrapper.setProps(_)
60
return wait()
0 commit comments