Skip to content

Commit eac3457

Browse files
fix: fixed emits heading
1 parent 9eca838 commit eac3457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/typescript-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ const Component = defineComponent({
232232
})
233233
```
234234

235-
## Annotating emits
235+
### Annotating emits
236236

237237
We can annotate a payload for the emitted event. Also, all non-declared emitted events will throw a type error when called:
238238

0 commit comments

Comments
 (0)