智慧园区前端大屏
shuishen
2024-11-11 9f37cf76b91d492d3918a74dc5286368c33c11bb
全局公共事件添加
1 files added
12 ■■■■■ changed files
src/utils/bus.js 12 ●●●●● patch | view | raw | blame | history
src/utils/bus.js
New file
@@ -0,0 +1,12 @@
/*
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2024-11-11 17:21:37
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2024-11-11 17:21:48
 * @FilePath: \bigScreen\src\utils\bus.js
 * @Description:
 *
 * Copyright (c) 2024 by shuishen, All Rights Reserved.
 */
import mitt from 'mitt'
export default mitt()