chore(template-explorer): Fix template-explorer highlighting (#8956)

This commit is contained in:
白雾三语 2023-10-20 15:43:49 +08:00 committed by GitHub
parent a44c2b835e
commit 59762335ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -76,8 +76,8 @@ window.init = () => {
const compileFn = ssrMode.value ? ssrCompile : compile
const start = performance.now()
const { code, ast, map } = compileFn(source, {
filename: 'ExampleTemplate.vue',
...compilerOptions,
filename: 'ExampleTemplate.vue',
sourceMap: true,
onError: err => {
errors.push(err)