From cf5b3bb2627f688322ed7614b6d20ad69b7fa57f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20L=C3=B3pez=20Pazos?= Date: Sat, 14 Mar 2020 21:15:31 +0100 Subject: [PATCH] Remove duplicated text --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c32de8f..c3c382e 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ export default new Router({ ``` The **eslint** comment is indicated due to **webpack external** dependencies. Without the **eslint** comment the build process will fail.\ -As this application will be mounted when browser url is **/login**, we need to config **mode** option with **history** value and **base** option with **base** option with **/login** value in the vue **router** instance. +As this application will be mounted when browser url is **/login**, we need to config **mode** option with **history** value and **base** option with **/login** value in the vue **router** instance. ### src/singleSpaEntry.js