摘要: Vue中子组件调用父组件的方法,这里有三种方法提供参考 第一种方法是直接在子组件中通过this.$parent.event来调用父组件的方法 父组件 <template> <div> <child></child> </div> </template> <script> import child f 阅读全文
posted @ 2019-07-18 08:08 迷离月下 阅读(3133) 评论(0) 推荐(0) 编辑