朱桂飞
2025-02-08 a4e9be7205274b93571c74268855b39129145328
1
2
3
4
5
6
7
import { mitt } from '@vben/utils';
 
type Events = {
  updateProfile: void;
};
 
export const emitter = mitt<Events>();