chore: fix typo (#7416)

This commit is contained in:
Vadim 2023-06-10 12:10:20 +03:00 committed by GitHub
parent e78c223b30
commit 23c81691d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ export function compileScript(
const scriptAst = ctx.scriptAst const scriptAst = ctx.scriptAst
const scriptSetupAst = ctx.scriptSetupAst! const scriptSetupAst = ctx.scriptSetupAst!
// 1.1 walk import delcarations of <script> // 1.1 walk import declarations of <script>
if (scriptAst) { if (scriptAst) {
for (const node of scriptAst.body) { for (const node of scriptAst.body) {
if (node.type === 'ImportDeclaration') { if (node.type === 'ImportDeclaration') {