We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 737ef42 commit 0e86cbfCopy full SHA for 0e86cbf
packages/compiler-sfc/src/compileScript.ts
@@ -930,7 +930,7 @@ export function compileScript(
930
`\n${hasAwait ? `async ` : ``}function setup(${args}) {\n`
931
)
932
s.append(
933
- `/*#__PURE__*/ Object.assign(${defaultTempVar}, {${runtimeOptions}\n setup\n})\n` +
+ `\n/*#__PURE__*/ Object.assign(${defaultTempVar}, {${runtimeOptions}\n setup\n})\n` +
934
`export default ${defaultTempVar}`
935
936
} else {
0 commit comments