zhangxiaoxu123
2023-01-03 9f928812aca560e9973283c53d4cc5e1a1c00a3c
1
2
3
4
5
6
import Vue from 'vue';
 
// 使用 Event Bus
const bus = new Vue();
 
export default bus;