Mr.Shi
2023-09-07 ed7bd02f3c812e904e43a76e16a4a5598f5bfd48
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;