Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration with nuxt #7

Open
wachroberts opened this issue Mar 2, 2020 · 2 comments
Open

Integration with nuxt #7

wachroberts opened this issue Mar 2, 2020 · 2 comments

Comments

@wachroberts
Copy link

How to use this plugin with nuxt

@kadekjayak
Copy link

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 },
],

@RonnieCSE
Copy link

Working Fine

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants