Mr.Shi
2023-08-11 accec25626acd4fe0e0d4ed5433425196f88d924
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;