feat(runtime-core): props type support BigInt (#2891)

This commit is contained in:
edison
2021-02-04 02:25:45 +08:00
committed by GitHub
parent de7f9d1efd
commit ffd5288545
2 changed files with 22 additions and 1 deletions

View File

@@ -510,7 +510,7 @@ function validateProp(
}
const isSimpleType = /*#__PURE__*/ makeMap(
'String,Number,Boolean,Function,Symbol'
'String,Number,Boolean,Function,Symbol,BigInt'
)
type AssertionResult = {