摘要: 一,vue代码 1,GoodsList.vue html部分: <!-- 编辑tag 弹窗 --> <el-dialog title="编辑tag信息" :before-close="closeTagDialog" v-model="dialogSetTagFormVisible" destroy- 阅读全文
posted @ 2022-02-04 17:57 刘宏缔的架构森林 阅读(1456) 评论(0) 推荐(0)
摘要: 一,编写js代码 1,Parent.vue <template> <div> <Child @eventParent="receiveMessage"></Child> </div> </template> <script> import Child from './Child' export de 阅读全文
posted @ 2022-02-04 17:05 刘宏缔的架构森林 阅读(1237) 评论(0) 推荐(2)