From a03d79333bc0b027ed95f6d9c568038c4915dd24 Mon Sep 17 00:00:00 2001 From: xuanzhi33 <37460139+xuanzhi33@users.noreply.github.com> Date: Tue, 19 Mar 2024 14:09:09 +0800 Subject: [PATCH 1/2] Using add for pnpm instead of install --- docs/guide/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 9728a9d9a..53012255a 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` @@ -78,7 +78,7 @@ Add the following line to the `dependencies` in `package.json`: "vue-i18n": "npm:@vue-i18n-edge" ``` -And then run `npm install` or `yarn install` or `pnpm install`. +And then run `npm install` or `yarn add` or `pnpm add`. ## Dev Build From 235990ce5d425185830287038021f07c0832f92f Mon Sep 17 00:00:00 2001 From: xuanzhi33 <37460139+xuanzhi33@users.noreply.github.com> Date: Tue, 19 Mar 2024 14:16:13 +0800 Subject: [PATCH 2/2] 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 53012255a..55702f315 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -78,7 +78,7 @@ Add the following line to the `dependencies` in `package.json`: "vue-i18n": "npm:@vue-i18n-edge" ``` -And then run `npm install` or `yarn add` or `pnpm add`. +And then run `npm install` or `yarn install` or `pnpm install`. ## Dev Build