[vue] prop验证的type类型有哪几种?
Activity
wenyejie commentedon Jun 27, 2019
js中的数据类型
maozhuo123 commentedon Jul 3, 2019
Number, String, Boolean, Array, Function, Object
Ricemonster commentedon Jul 26, 2019
七种:
space-tu commentedon Apr 7, 2021
官方文档:类型检查
8种:String、Number、Boolean、Array、Object、Date、Function、Symbol、自定义构造函数