From 21706a16e585ecb7da042461ad560d3a7c915cdc Mon Sep 17 00:00:00 2001 From: LONG Date: Wed, 19 Jul 2023 05:57:10 +0700 Subject: [PATCH] docs: `vueCompilerOptions.experimentalCompatMode` is renamed to `vueCompilerOptions.target` (#160) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a533cd9..91f4c1d 100644 --- a/README.md +++ b/README.md @@ -236,7 +236,7 @@ Volar preferentially supports Vue 3. Vue 3 and Vue 2 template has some different // ... }, "vueCompilerOptions": { - "experimentalCompatMode": 2 + "target": 2 } } ```