Skip to content

Commit a7f5cb4

Browse files
authored
Update events.md - fix options-api class
1 parent de2d760 commit a7f5cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/components/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export default {
176176

177177
</div>
178178

179-
The <span class="composition-api">`defineEmits()` macro</span><span class="composition-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 <span class="composition-api">`defineEmits()` macro</span><span class="options-api">`emits` option</span> also supports an object syntax, which allows us to perform runtime validation of the payload of the emitted events:
180180

181181
<div class="composition-api">
182182

0 commit comments

Comments
 (0)