父组件:
子组件:
数组类型的话,还可以直接
props:{
参数名:[]
}
Json类型,则使用
props:["参数名"]
注:基本数据类型只有6种:
Undefined、Null、Boolean、Number、String、Symbol