摘要: 1.在子组件中通过“this.$parent.event”来调用父组件的方法 父组件如下: <template> <div> <child></child> </div> </template> <script> import child from './components/childcompon 阅读全文
posted @ 2022-07-27 11:47 骄傲一点才可爱 阅读(11500) 评论(0) 推荐(0) 编辑