Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 21706a1

Browse files
authored
docs: vueCompilerOptions.experimentalCompatMode is renamed to vueCompilerOptions.target (#160)
1 parent d29eeab commit 21706a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Volar preferentially supports Vue 3. Vue 3 and Vue 2 template has some different
236236
// ...
237237
},
238238
"vueCompilerOptions": {
239-
"experimentalCompatMode": 2
239+
"target": 2
240240
}
241241
}
242242
```

0 commit comments

Comments
 (0)