We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbc0c42 commit 342657bCopy full SHA for 342657b
packages/runtime-core/src/apiDefineComponent.ts
@@ -297,7 +297,7 @@ export function defineComponent(
297
extraOptions?: ComponentOptions,
298
) {
299
return isFunction(options)
300
- ? // #8326: extend call and options.name access are considered side-effects
+ ? // #8236: extend call and options.name access are considered side-effects
301
// by Rollup, so we have to wrap it in a pure-annotated IIFE.
302
/*#__PURE__*/ (() =>
303
extend({ name: options.name }, extraOptions, { setup: options }))()
0 commit comments