|
|
@@ -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 }))()
|