update docs

pull/7064/head
bluwy 5 years ago
parent fe6564f6dd
commit c0b2f217b7

@ -256,7 +256,7 @@ Events dispatched from child components can be listened to in their parent. Any
--- ---
Events can also be cancelable by passing a third parameter to the dispatch function. Event listeners can then call `event.preventDefault()` to control the dispatcher's return value. Events can be cancelable by passing a third parameter to the dispatch function. The function returns `false` if the event is cancelled with `event.preventDefault()`, otherwise it returns `true`.
```sv ```sv
<script> <script>

Loading…
Cancel
Save