chore: fix codegen error due to scopeId deprecation change
This commit is contained in:
@@ -304,10 +304,6 @@ export function generate(
|
||||
deindent()
|
||||
push(`}`)
|
||||
|
||||
if (genScopeId && !isSetupInlined) {
|
||||
push(`)`)
|
||||
}
|
||||
|
||||
return {
|
||||
ast,
|
||||
code: context.code,
|
||||
|
||||
Reference in New Issue
Block a user