Skip to content
Advertisement

Using tawk.to with Nuxt/Vue Application

Does anyone know how to use tawk.to in a Nuxt application?

I created a file “tawk.js” on my plugin folder with the following code:

JavaScript

And I put it on nuxt.config.js as well:

JavaScript

It didn’t work. It does show some compiled errors:

JavaScript

Advertisement

Answer

You could try to use a vue wrapper for tawk. vue-tawk

JavaScript
Advertisement