Commit 80a9d22e authored by Gilang Gumilar's avatar Gilang Gumilar Committed by Mike Jang

Fix broken heading of Vue 3 migration guide doc

parent 0e93b2da
---
title: Fix broken heading of Vue 3 migration guide doc
merge_request: 31951
author: Gilang Gumilar
type: fixed
...@@ -58,7 +58,7 @@ export default createEventHub(); ...@@ -58,7 +58,7 @@ export default createEventHub();
Event hubs created with the factory expose the same methods as Vue 2 event hubs (`$on`, `$once`, `$off` and Event hubs created with the factory expose the same methods as Vue 2 event hubs (`$on`, `$once`, `$off` and
`$emit`), making them backward compatible with our previous approach. `$emit`), making them backward compatible with our previous approach.
## <template functional> ## \<template functional>
**Why?** **Why?**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment