-
Notifications
You must be signed in to change notification settings - Fork 8
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
Can't apply it on vue 2 #27
Comments
Hello @kid-github 👋 As stated in the
It can also be seen from peer dependencies in package.json:
This means that we currently support only Vue 3 applications. Vue 3 is currently the main supported version of the library. We may enhance support for the From your screenshot, I can see that in the first place you have used our Chat Widget snippet code directly in your HTML document. This way of integrating Chat Widget with your website is not directly a topic of this project and it should work out of the box for every website. You can read more about it here: https://www.livechat.com/help/setting-up-livechat-on-your-website/. Could you please provide more details about the issue on your website by embedding the Chat Widget directly in the HTML? |
Hello, @kid-github once again 👋 I have looked into this issue and analyzed the reasons for incompatibility. Although the lack of support for the new Composition API is obvious as this is a Vue 3 specific feature, the main You can look into a PR for more information and implementation details: #28 |
The PR was merged. Changes will be available with the next released version 🙂 |
Describe the bug
I'm using Vue 2 as my framework and the livechat widget guide seems to not working
To Reproduce
Steps to reproduce the behavior:
I Use Provided Code from the website to my index ( before tag, as instructed) and it doesnt do anything to my website
Then i use this page's direction to Place the code on the app.vue and it's still not working
My website still show nothing
Version : Vue 2.6.12
The text was updated successfully, but these errors were encountered: