2019年10月28日

vue子组件调用父组件的方法

摘要: 第一种方法是直接在子组件中通过this.$parent.event来调用父组件的方法 父组件 <template> <div> <child></child> </div> </template> <script> import child from '~/components/dam/child' 阅读全文

posted @ 2019-10-28 17:01 ranyonsue 阅读(5633) 评论(0) 推荐(0) 编辑

导航