办学质量监测教学评价系统
康鲁杰
2 天以前 6f10d1a4ba4df1565927ced7d70e77fe21f487e1
1
2
3
4
5
6
7
import { mitt } from '@vben/utils';
 
type Events = {
  updateProfile: void;
};
 
export const emitter = mitt<Events>();