From 0cc066b35f073b7537c93afd3ea99a65a51665a7 Mon Sep 17 00:00:00 2001 From: Qiang <1725194818@qq.com> Date: Wed, 20 Jul 2022 16:22:13 +0800 Subject: [PATCH] docs: add a blank line (#1474) Add a line to make the document look more harmonious --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e50c5d475..756e69dac 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 ```