MatheusrdSantos / vue-quick-chat

A simple chat component created with Vue.js
MIT License
128 stars 45 forks source link

[question/propocal] Delete previous messages #21

Closed remotejob closed 4 years ago

remotejob commented 4 years ago

How delete all previous messages? All or probably better for particular participant. I need on click event clean pallet and change participants. Change participants looks like not complicated. But how delete previous messages :( ?

remotejob commented 4 years ago

OK looks like this.messages.pop(0) can do it :) Good!