Skip to content

Commit 4c6b7a4

Browse files
baiwusanyu-clumozx
authored andcommitted
chore(template-explorer): Fix template-explorer highlighting (vuejs#8956)
1 parent 17eb59c commit 4c6b7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/template-explorer/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ window.init = () => {
7676
const compileFn = ssrMode.value ? ssrCompile : compile
7777
const start = performance.now()
7878
const { code, ast, map } = compileFn(source, {
79-
filename: 'ExampleTemplate.vue',
8079
...compilerOptions,
80+
filename: 'ExampleTemplate.vue',
8181
sourceMap: true,
8282
onError: err => {
8383
errors.push(err)

0 commit comments

Comments
 (0)