Update 06-component-directives.md

added "or emitted"
pull/10088/head
cloudymeatball 3 years ago committed by GitHub
parent 888935d7ac
commit ce69130656
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -37,7 +37,7 @@ As with DOM events, if the `on:` directive is used without a value, the event wi
<SomeComponent on:hello on:click />
```
> Components can only listen to events forwarded by their direct child components or elements.
> Components can only listen to events forwarded or emitted by their direct child components or elements.
## --style-props

Loading…
Cancel
Save