diff options
| -rw-r--r-- | doc/server_configurations.md | 2 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index 0bd0fd2e..29786bbc 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -10450,7 +10450,7 @@ Volar language server for Vue Volar can be installed via npm: ```sh -npm install -g @volar/vue-language-server +npm install -g @vue/language-server ``` Volar by default supports Vue 3 projects. Vue 2 projects need diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index 0bd0fd2e..29786bbc 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -10450,7 +10450,7 @@ Volar language server for Vue Volar can be installed via npm: ```sh -npm install -g @volar/vue-language-server +npm install -g @vue/language-server ``` Volar by default supports Vue 3 projects. Vue 2 projects need |
