mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
fix english
This commit is contained in:
parent
9dffbfbdad
commit
5c7bd46139
@ -18,7 +18,7 @@
|
|||||||
RoomID: {{ $store.getters['chat/showChat'].roomID }}
|
RoomID: {{ $store.getters['chat/showChat'].roomID }}
|
||||||
<ds-button @click="$store.commit('chat/SET_OPEN_CHAT', { showChat: false , roomID: 'u0' })">x</ds-button>
|
<ds-button @click="$store.commit('chat/SET_OPEN_CHAT', { showChat: false , roomID: 'u0' })">x</ds-button>
|
||||||
</ds-text>
|
</ds-text>
|
||||||
<chat-modul :singleRoom="true"/>
|
<chat-module :singleRoom="true"/>
|
||||||
</div>
|
</div>
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
@ -29,14 +29,14 @@ import mobile from '~/mixins/mobile'
|
|||||||
import HeaderMenu from '~/components/HeaderMenu/HeaderMenu'
|
import HeaderMenu from '~/components/HeaderMenu/HeaderMenu'
|
||||||
import Modal from '~/components/Modal'
|
import Modal from '~/components/Modal'
|
||||||
import PageFooter from '~/components/PageFooter/PageFooter'
|
import PageFooter from '~/components/PageFooter/PageFooter'
|
||||||
import ChatModul from '~/components/Chat/Chat.vue'
|
import ChatModule from '~/components/Chat/Chat.vue'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
HeaderMenu,
|
HeaderMenu,
|
||||||
Modal,
|
Modal,
|
||||||
PageFooter,
|
PageFooter,
|
||||||
ChatModul,
|
ChatModule,
|
||||||
},
|
},
|
||||||
mixins: [seo, mobile()],
|
mixins: [seo, mobile()],
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user