虚心使人进步

虚心学习,天天向上......
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2022年6月12日

摘要: 1、中间bus src/components/globalBus.js import Vue from 'vue'; export const globalBus = new Vue(); 2、被调用组件 globalBus.$on("showLoginDialog", (number) => { 阅读全文

posted @ 2022-06-12 08:07 Showker 阅读(185) 评论(0) 推荐(0) 编辑