import chat prework

This commit is contained in:
ogerly 2023-06-20 11:04:44 +02:00
parent 0f7312d21b
commit 0330cbe900

View File

@ -1,4 +1,4 @@
<script setup>
<script setup>
import { register } from 'vue-advanced-chat'
register()
// import { register } from 'vue-advanced-chat/dist/vue-advanced-chat.es.js'
@ -78,7 +78,7 @@ export default {
text: 'This is the action',
},
],
textMessages:{
textMessages: {
ROOMS_EMPTY: 'Aucune conversation',
ROOM_EMPTY: 'Aucune conversation sélectionnée',
NEW_MESSAGES: 'Nouveaux messages',
@ -90,7 +90,7 @@ export default {
IS_ONLINE: 'est en ligne',
LAST_SEEN: 'dernière connexion ',
IS_TYPING: 'est en train de taper...',
CANCEL_SELECT_MESSAGE: 'Annuler Sélection'
CANCEL_SELECT_MESSAGE: 'Annuler Sélection',
},
roomActions: [
{