Skip to content

Commit

Permalink
improve format
Browse files Browse the repository at this point in the history
  • Loading branch information
so1ve committed Sep 9, 2023
1 parent 61ead10 commit 4bd0181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-language-core/src/generators/script.ts
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ export function generate(
codes.push(`${macro}: ${alias}, `);
}
}
codes.push(` } = await import('${vueCompilerOptions.lib}');\n`);
codes.push(`} = await import('${vueCompilerOptions.lib}');\n`);
}
if (definePropProposalA) {
codes.push(`
Expand Down

0 comments on commit 4bd0181

Please sign in to comment.