摘要: 踩坑现象:父传子,子传孙。父传子使用props正常,子传孙使用props却提示未定义。 终究原因: 1 <script> 2 import ***** 3 4 export default { 5 props: { 6 message: { 7 type: String, 8 default: nu 阅读全文
posted @ 2021-12-03 23:22 agetoage 阅读(241) 评论(0) 推荐(0)