Newer
Older
CorrOLFront / src / utils / eventBus.ts
tanyue on 5 Mar 2024 47 bytes 20240305 初始提交
import mitt from 'mitt'

export default mitt()