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 2d6b497 commit 17c2d22Copy full SHA for 17c2d22
docs/api/wrapper/trigger.md
@@ -4,6 +4,7 @@ Triggers an event asynchronously on the `Wrapper` DOM node.
4
5
`trigger` takes an optional `options` object. The properties in the `options` object are added to the Event.
6
`trigger` returns a Promise, which when resolved, guarantees the component is updated.
7
+`trigger` only works with native DOM events. To emit a custom event, use `wrapper.vm.$emit('myCustomEvent')`
8
9
- **Arguments:**
10
0 commit comments