wujingjing
2024-12-14 1476d27514874e9c95002451a81878bd9bec8382
1
2
3
4
5
6
import { MultiChatType } from '../../model/types';
import Select from './Select.vue';
 
export const multiChatTypeMapCom = {
    [MultiChatType.Select]: Select,
};