Explorar o código

Merge branch 'master' of http://git.cc-lotus.info/service-platform/web-test

wuhongyu %!s(int64=5) %!d(string=hai) anos
pai
achega
9f6d05ab1a
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/views/hall/dock/parts/chat.vue

+ 2 - 2
src/views/hall/dock/parts/chat.vue

@@ -1,5 +1,5 @@
 <template>
-  <div id="chat">
+  <div id="chats">
     <el-row>
       <el-col :span="24" class="info chat_frame" id="chat">
         <template v-for="(i, index) in talk">
@@ -26,7 +26,7 @@ import wangEditor from '@/components/wang-editor.vue';
 import { mapState, createNamespacedHelpers } from 'vuex';
 const { mapActions: personalChat } = createNamespacedHelpers('personalchat');
 export default {
-  name: 'chat',
+  name: 'chats',
   props: {
     room: { type: Object },
   },