Skip to content

Commit

Permalink
docs: example exclude files
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jan 4, 2023
1 parent c73aa48 commit 9ea2cb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -214,6 +214,7 @@ VueRouter({
// list of glob files to exclude from the routes generation
// e.g. ['**/__*'] will exclude all files starting with `__`
// e.g. ['**/__*/**/*'] will exclude all files within folders starting with `__`
// e.g. ['*.component.vue'] will exclude components ending with `.component.vue`
exclude: [],

// Path for the generated types. Defaults to `./typed-router.d.ts` if typescript
Expand Down

0 comments on commit 9ea2cb6

Please sign in to comment.