Skip to content

Commit

Permalink
fix: vue-vine v-for node
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-He95 committed Aug 9, 2024
1 parent 29d160d commit ae55b32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -856,6 +856,7 @@ export function createVineFileCtx(sourceFileName: string, source: string) {
prefixIdentifiers: false,
scopeId: null,
},
inlineTemplate: false,
})
const vineCompileErrs: VineDiagnostic[] = []
const vineCompileWarns: VineDiagnostic[] = []
Expand Down

0 comments on commit ae55b32

Please sign in to comment.