摘要: ### elementUI中涉及到组件嵌套的时候如何进行传值-slot插槽作用域 ```vue <template> <zujian> <template slot-scope="props"> <p>{{props.row.属性}}</p> </template> </zujian> </temp 阅读全文
posted @ 2020-03-29 16:43 吴小明- 阅读(2418) 评论(0) 推荐(0)