Skip to content

Commit

Permalink
chore: correct the issue number (#11715) [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
edison1105 authored Aug 26, 2024
1 parent fbc0c42 commit 342657b
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 @@ -297,7 +297,7 @@ export function defineComponent(
extraOptions?: ComponentOptions,
) {
return isFunction(options)
? // #8326: extend call and options.name access are considered side-effects
? // #8236: extend call and options.name access are considered side-effects
// by Rollup, so we have to wrap it in a pure-annotated IIFE.
/*#__PURE__*/ (() =>
extend({ name: options.name }, extraOptions, { setup: options }))()
Expand Down

0 comments on commit 342657b

Please sign in to comment.