Skip to content

Commit be071a7

Browse files
committed
make native events h3 instead of h4, to improve searchability
1 parent c0fe2e2 commit be071a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ new Vue({
565565

566566
In this example, it's important to note that the child component is still completely decoupled from what happens outside of it. All it does is report information about its own activity, just in case a parent component might care.
567567

568-
#### Binding Native Events to Components
568+
### Binding Native Events to Components
569569

570570
There may be times when you want to listen for a native event on the root element of a component. In these cases, you can use the `.native` modifier for `v-on`. For example:
571571

0 commit comments

Comments
 (0)