From: Qiang <1725194818@qq.com> Date: Wed, 20 Jul 2022 08:22:13 +0000 (+0800) Subject: docs: add a blank line (#1474) X-Git-Tag: v4.1.3~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cc066b35f073b7537c93afd3ea99a65a51665a7;p=thirdparty%2Fvuejs%2Frouter.git docs: add a blank line (#1474) Add a line to make the document look more harmonious --- diff --git a/README.md b/README.md index e50c5d47..756e69da 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ Get started with the [documentation](https://router.vuejs.org). - Via CDN: `` - In-browser playground on [CodeSandbox](https://codesandbox.io/s/vue-router-4-reproduction-hb9lh) - Add it to an existing Vue Project: + ```bash npm install vue-router@4 ```