Skip to content

Commit d3e37ab

Browse files
authored
1 parent 10065c7 commit d3e37ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/guide/components/props.md

+1
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,7 @@ The `type` can be one of the following native constructors:
519519
- `Date`
520520
- `Function`
521521
- `Symbol`
522+
- `Error`
522523

523524
In addition, `type` can also be a custom class or constructor function and the assertion will be made with an `instanceof` check. For example, given the following class:
524525

0 commit comments

Comments
 (0)