摘要: 父组件: <template> <div> <child-2 ref="child2"></child-2> <Button type="primary" @click="chua">调方法</Button> </div> </template> <script> import child2 fro 阅读全文
posted @ 2020-12-08 17:00 三水儿 阅读(1433) 评论(0) 推荐(0)
摘要: 1.父传子 父组件: <template> <div class="box"> <child :fMessage="data2"></child> <Button type="primary" @click="chua">传值</Button> </div> </template> <script> 阅读全文
posted @ 2020-12-08 16:52 三水儿 阅读(203) 评论(0) 推荐(0)