You able to use wonderful and simple chat!

    1. <vuestic-chat v-model="chatMessages" :height="10rem"></vuestic-chat>
    2.  
    3. chatMessages: [
    4. {
    5. text: 'Hello! Are you busy?', // Text of message
    6. yours: false // Indicates if this message from you
    7. },
    8. {
    9. text: 'Hi. For you - I'm busy forever...',
    10. yours: true
    11. }
    12. ],

    Props