You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/guide/components/events.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,7 @@ export default {
176
176
177
177
</div>
178
178
179
-
The <spanclass="composition-api">`defineEmits()` macro</span><spanclass="options-api">`emits` option</span> also supports an object syntax, which allows us to perform runtime validation of the payload of the emitted events:
179
+
The `emits` option and `defineEmits()` macroalso support an object syntax, which allows us to perform runtime validation of the payload of the emitted events:
0 commit comments