随笔分类 -  vue2.x

摘要:子传父 vue子传父使用$emit传值 子组件: <template> <div> <button @click="toParent">点击传到父级</button> </div> </template> <script> export default { name: 'child', method 阅读全文
posted @ 2020-11-09 14:19 磊~~ 阅读(471) 评论(0) 推荐(0)