MatheusrdSantos / vue-quick-chat

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

Feature: Include href links inside text messages #36

Closed smileypop closed 4 years ago

smileypop commented 4 years ago

Can you add support for auto parsing of links included inside text messages? Something like this:

Hey check out this cool website www.vuejs.org

MatheusrdSantos commented 4 years ago

Hi, @smileypop! That's a good idea. I'll implement it as soon as possible.

Thanks

MatheusrdSantos commented 4 years ago

Implemented here 0265b64cdf7d647277a88f83d0736ebcbd47843b. I'll release it soon.

MatheusrdSantos commented 4 years ago

Just update to version 1.2.3 and check the docs. I added the linkOptions prop to configure the links inside of the messages.

Thanks for your suggestion.

smileypop commented 4 years ago

@MatheusrdSantos thank you!