From 9a957c89b9bdc747c77fd7929ba77d45cf20bdcc Mon Sep 17 00:00:00 2001 From: Leo <3853621+leoelz@users.noreply.github.com> Date: Thu, 26 Oct 2023 18:54:34 -0300 Subject: [PATCH] Update events.md - Diff between Options API and Composition API text The emits support for object sintax for Options API text was displayed for both, Options and Composition API. --- src/guide/components/events.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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: -