Skip to content

Commit

Permalink
Remove duplicated text
Browse files Browse the repository at this point in the history
  • Loading branch information
jualoppaz authored Mar 14, 2020
1 parent dcc0881 commit cf5b3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cf5b3bb

Please sign in to comment.