Files
gin-vue-admin/web/src/utils/bus.js
T

7 lines
78 B
JavaScript

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