From 5848d732597e34961f4ff98695e6f8c7a214b671 Mon Sep 17 00:00:00 2001 From: xuanzhi33 <37460139+xuanzhi33@users.noreply.github.com> Date: Thu, 21 Mar 2024 14:01:36 +0800 Subject: [PATCH] docs: Using `add` for pnpm instead of `install` (#1767) * Using add for pnpm instead of install * Update installation.md --- docs/guide/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 9728a9d9a..55702f315 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -47,7 +47,7 @@ yarn add vue-i18n@9 ### PNPM ```sh -pnpm install vue-i18n@9 +pnpm add vue-i18n@9 ``` When using with a module system, you must explicitly install the `vue-i18n`