Skip to content

Commit

Permalink
docs: vueCompilerOptions.experimentalCompatMode is renamed to `vueC…
Browse files Browse the repository at this point in the history
…ompilerOptions.target` (#160)
  • Loading branch information
8bu committed Jul 18, 2023
1 parent d29eeab commit 21706a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ Volar preferentially supports Vue 3. Vue 3 and Vue 2 template has some different
// ...
},
"vueCompilerOptions": {
"experimentalCompatMode": 2
"target": 2
}
}
```
Expand Down

0 comments on commit 21706a1

Please sign in to comment.