Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 7, 2023
1 parent 83e090e commit 293d1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-core/src/apiDefineComponent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export type DefineComponent<
// for TSX / manual render function / IDE support.

// overload 1: direct setup function
// (uses user defined props interface)]
// (uses user defined props interface)
export function defineComponent<
Props extends Record<string, any>,
E extends EmitsOptions = {},
Expand Down

0 comments on commit 293d1b9

Please sign in to comment.