goaty
goaty

Reputation: 127

How can I add a url (live chat) in a vuejs website?

I've tried different kinds of embeds on my website but it doesnt seem to work. Can I still add a url and show it inside a vuejs website?

Upvotes: 1

Views: 208

Answers (1)

Atif Zia
Atif Zia

Reputation: 793

Yes we can use. The approach is iframe tag as

<iframe
src="url of live chat"></iframe>

Please use it

Upvotes: 1

Related Questions