Open wachroberts opened 4 years ago
make plugin for it for example:
file: plugins/tawk.js
import Vue from 'vue';
import Tawk from 'vue-tawk';
Vue.use(Tawk, {
tawkSrc: 'EMBED_URL'
})
and then load that plugin on your nuxt.config.js
plugins: [
{ src: '~/plugins/tawk', ssr: false },
],
Working Fine
Thanks
How to use this plugin with nuxt