Vue 笔记6 模板分离、父子传参。总结
props对象写法:
required:true时必传参数
为数组时,不能直接传 default: []
数组传参,正确写法
default() { return []
}
子传父参数
总结
回顾
watch