chore: fix codegen error due to scopeId deprecation change

This commit is contained in:
Evan You
2021-07-16 12:24:30 -04:00
parent a27d5cb188
commit 317654b34f
3 changed files with 8 additions and 12 deletions

View File

@@ -304,10 +304,6 @@ export function generate(
deindent()
push(`}`)
if (genScopeId && !isSetupInlined) {
push(`)`)
}
return {
ast,
code: context.code,