摘要:
子传父 vue子传父使用$emit传值 子组件: <template> <div> <button @click="toParent">点击传到父级</button> </div> </template> <script> export default { name: 'child', method 阅读全文
posted @ 2020-09-27 17:55
耳机里听雨
阅读(145)
评论(0)
推荐(0)
Nine