props:{
handleSpan:{
type:Function,
default: function(){ return [1,1] }//默认做的事情
}
}

​vue–props–Function类型传递参数(默认参数+自定义参数)​