Skip to content

Commit 5976233

Browse files
authored
chore(template-explorer): Fix template-explorer highlighting (#8956)
1 parent a44c2b8 commit 5976233

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)