Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu authored and yyx990803 committed Jul 11, 2023
1 parent ee5e5e0 commit e682bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-core/src/apiDefineComponent.ts
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 e682bb4

Please sign in to comment.