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 523f6aa commit b719151Copy full SHA for b719151
packages/compiler-sfc/src/rewriteDefault.ts
@@ -66,7 +66,7 @@ export function rewriteDefault(
66
`import { ${input.slice(
67
specifier.local.start!,
68
specifier.local.end!
69
- )} } from '${node.source?.value}'\n`
+ )} } from '${node.source.value}'\n`
70
)
71
s.overwrite(specifier.start!, end, ``)
72
s.append(`\nconst ${as} = ${specifier.local.name}`)
0 commit comments