摘要:
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 阅读(209) 评论(0) 推荐(0)
|
|||
|
摘要:
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 阅读(209) 评论(0) 推荐(0) |
|||