MatheusrdSantos / vue-quick-chat

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

on close props is function #30

Closed ahmedabdel3al closed 4 years ago

ahmedabdel3al commented 4 years ago

onClose props is function so if i need to pass param to this function this method will fire when component mounted so the chat will be close again so i suggesting to be event and we catch this event outside component

current :on-close="onClose(pram)" suggest @onClose="onClose(param)"

MatheusrdSantos commented 4 years ago

Hi, @ahmedabdel3al. I'll fix it as soon as possible.

MatheusrdSantos commented 4 years ago

Hi, @ahmedabdel3al. It's now solved. Just update to version 1.2.0.