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.
destroy
1 parent fcde128 commit b7e3561Copy full SHA for b7e3561
README.md
@@ -86,7 +86,7 @@ text | ✅ |
86
trigger | ✅ | returns `nextTick`. You can do `await wrapper.find('button').trigger('click')`
87
setProps | ✅ |
88
setData | ❌ | has PR
89
-destroy | ❌
+destroy | ✅ | renamed to `unmount` to match vue3 Lifecycle hook name.
90
props | ❌
91
contains | ⚰️| use `find`
92
emittedByOrder | ⚰️ | use `emitted`
0 commit comments