Skip to content

Commit 342657b

Browse files
authored
chore: correct the issue number (#11715) [ci skip]
1 parent fbc0c42 commit 342657b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/src/apiDefineComponent.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ export function defineComponent(
297297
extraOptions?: ComponentOptions,
298298
) {
299299
return isFunction(options)
300-
? // #8326: extend call and options.name access are considered side-effects
300+
? // #8236: extend call and options.name access are considered side-effects
301301
// by Rollup, so we have to wrap it in a pure-annotated IIFE.
302302
/*#__PURE__*/ (() =>
303303
extend({ name: options.name }, extraOptions, { setup: options }))()

0 commit comments

Comments
 (0)