We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be9d5f commit a35568eCopy full SHA for a35568e
README.md
@@ -148,8 +148,8 @@ import FallbackComponent, from './fallback.vue';
148
If you only want to catch some errors, you can pass in `include:string[] | RegExp` or
149
`exclude:string[] | RegExp` props.
150
151
-**TIPS: if the include and exclude types are string[], will match error.message and error.name, if
152
-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**
153
154
```vue
155
<script lang="ts" setup>
0 commit comments