mirror of https://github.com/vuejs/core.git
chore(template-explorer): Fix template-explorer highlighting (#8956)
This commit is contained in:
parent
a44c2b835e
commit
59762335ac
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue