Skip to content

Commit

Permalink
chore(readme): update
Browse files Browse the repository at this point in the history
  • Loading branch information
2nthony authored Dec 2, 2020
1 parent 8649a96 commit 5839e6c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ We assume your directory looks like this:

```sh
src
── views
├── index.vue
└── about.vue
├── webpack.config.js # basic webpack project
└── vue.config.js # create by vue/cli
── views
├── index.vue
└── about.vue
webpack.config.js # basic webpack project
vue.config.js # create by vue/cli
```

In your `webpack.config.js`:
Expand Down Expand Up @@ -131,7 +131,7 @@ Watching pages directory to auto update routes.
- Type: `boolean`
- Default: `true`

Use internal 404 page for mismatch route. You can create a `404.{#match}` in your `dir` to instead of it or set it `false`.
Use internal 404 page for mismatch route. You can create a `404.${match}` in your `dir` to instead of it or set it `false`.

# Other

Expand Down

0 comments on commit 5839e6c

Please sign in to comment.