From 02fa4512d8fac3f3757c789e4defa3657b77850d Mon Sep 17 00:00:00 2001 From: chengpeiquan Date: Mon, 5 Apr 2021 02:03:01 +0800 Subject: [PATCH 1/2] Update README. --- README.zh-CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.zh-CN.md b/README.zh-CN.md index 0c0757b..d935416 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -68,7 +68,7 @@ isDebug|否|boolean|是否开启 debug 模式,默认 `false`,开启后会在 方式一:通过 NPM 安装 -``` +```bash npm install vue-baidu-analytics --save-dev ``` From 326b1833cf1137a226d942a933bbde0d0c9bad39 Mon Sep 17 00:00:00 2001 From: chengpeiquan Date: Mon, 5 Apr 2021 02:03:35 +0800 Subject: [PATCH 2/2] Update README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88915ed..75bab33 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Tips: Please remember to turn off the debug mode before publish. You can install the plugin from NPM. -``` +```bash npm install vue-baidu-analytics --save-dev ```