MatheusrdSantos / vue-quick-chat

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

delete the header #26

Closed iseesaw closed 4 years ago

iseesaw commented 4 years ago

I don't want to have the header, how can I delete it? Thank you.

MatheusrdSantos commented 4 years ago

There's no way to remove the header. However, it's an easy feature to implement, so I'll release it tomorrow.

iseesaw commented 4 years ago

Thank you for your reply. I implements it by setting the height of the header zero.

MatheusrdSantos commented 4 years ago

@iseesaw this functionality is available now #27 Just update to version 1.0.9

iseesaw commented 4 years ago

@iseesaw this functionality is available now #27 Just update to version 1.0.9

Ok,thank you very much!