diff --git a/src/guide/components/events.md b/src/guide/components/events.md index 1f34003563..b8236e62a7 100644 --- a/src/guide/components/events.md +++ b/src/guide/components/events.md @@ -176,10 +176,10 @@ export default { -The `emits` option also supports an object syntax, which allows us to perform runtime validation of the payload of the emitted events: -
+The `defineEmits()` macro also supports an object syntax, which allows us to perform runtime validation of the payload of the emitted events: + ```vue