mattmezza / vue-beautiful-chat

A simple and beautiful Vue chat component backend agnostic, fully customisable and extendable.
https://matteo.merola.co/vue-beautiful-chat/
MIT License
1.48k stars 437 forks source link

Icons prop not working? #94

Closed kurumbus closed 5 years ago

kurumbus commented 5 years ago

Hey! Thank you very much for the great package. I have an issue with customizing icons though. In the docs I see this: 2019-05-20_12h27_29

While in the node_modules/vue-beautiful-chat/src/Launcher.vue the icons are hardcoded: 2019-05-20_12h29_24

I have "vue-beautiful-chat": "^2.2.2", in package.json

mattmezza commented 5 years ago

Hi Gregory, thanks for stopping by.

Indeed, the icons customization is still being added and not released yet.

We are fixing it and making it better at the moment. This awesome feature will be probably in the next release of the component.

If you feel like helping please give a look to this PR https://github.com/mattmezza/vue-beautiful-chat/pull/93. This is what needs to be fixed.

Cheers!

On 20 May 2019, at 6:30 AM, Gregory Shein notifications@github.com wrote:

Hey! Thank you very much for the great package. I have an issue with customizing icons though. In the docs I see this:

While in the node_modules/vue-beautiful-chat/src/Launcher.vue the icons are hardcoded:

I have "vue-beautiful-chat": "^2.2.2", in package.json

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

mattmezza commented 5 years ago

I guess this one's solved now, closing 👍