import { default as Chat } from './chat.vue'; import { default as ChatMsg } from './chat-msg.vue'; export { Chat, ChatMsg }; export default Chat;