Skip to content

Commit

Permalink
chore(template-explorer): Fix template-explorer highlighting (#8956)
Browse files Browse the repository at this point in the history
  • Loading branch information
baiwusanyu-c authored Oct 20, 2023
1 parent a44c2b8 commit 5976233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/template-explorer/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5976233

Please sign in to comment.