Skip to content

Commit 8df9187

Browse files
Restructure event_hub.md markdown headings
1 parent abcf11d commit 8df9187

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api/000-base/50-event_hub.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
### Event Hub
1+
# Event Hub
22

33
Matestack offers an event hub, which can be used to communicate between components.
44

5-
#### Emitting events
5+
## Emitting events
66

77
`app/matestack/components/some_component.js`
88

@@ -20,7 +20,7 @@ MatestackUiCore.Vue.component('some-component', {
2020

2121
Use `MatestackUiCore.matestackEventHub.$emit(EVENT_NAME, OPTIONAL PAYLOAD)`
2222

23-
#### Receiving events
23+
## Receiving events
2424

2525
`app/matestack/components/some_component.js`
2626

0 commit comments

Comments
 (0)