papamonkey / vue-tawk

wrapper of tawk
MIT License
25 stars 21 forks source link

Use vue Reactivity to switch Tawk Widget #12

Open jfayad opened 3 years ago

jfayad commented 3 years ago

In a multilingual website (vue-i18n) I would like to switch the Tawk widget to load according to the language selected...

Given this is reactive and happens with no page refresh, I couldn't find a well documented way of doing that.

Any idea ?