Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xyhxx committed May 30, 2022
1 parent 6be9d5f commit a35568e
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 @@ -148,8 +148,8 @@ import FallbackComponent, from './fallback.vue';
If you only want to catch some errors, you can pass in `include:string[] | RegExp` or
`exclude:string[] | RegExp` props.

**TIPS: if the include and exclude types are string[], will match error.message and error.name, if
include and exclude type is RegExp, only match error.message**
**TIPS: If include or exclude is of type string[], will match error.message and error.name, if
include or exclude is of type RegExp, only match error.message**

```vue
<script lang="ts" setup>
Expand Down

0 comments on commit a35568e

Please sign in to comment.