Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
2nthony committed May 26, 2019
1 parent 886fe93 commit b5ec485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module.exports = {
}
```

In your `vue.config.js`:
Or in your `{poi,vue}.config.js`:

```js
const VueAutoRoutes = require('vue-auto-routes/plugin')
Expand All @@ -59,7 +59,7 @@ module.exports = {
}
```

And in your `router.js`:
Then in your `router.js`:

```js
import { routes } from 'vue-auto-routes'
Expand Down

0 comments on commit b5ec485

Please sign in to comment.