Study/web/src/utils/bus.js

7 lines
78 B
JavaScript

// using ES6 modules
import mitt from 'mitt'
export const emitter = mitt()