vue-zendesk
vue-zendesk copied to clipboard
Vue.js plugin for Zendesk Web Widget
After the installation I have this warning: ``` associated with the Web Widget (Classic) are still being executed on this page. This website is now using the new Web SDK...
I got a 400 error on the get method on the URL https://ekr.zdassets.com/compose/key My main.js: ``` import Zendesk from '@dansmaculotte/vue-zendesk' Vue.use(Zendesk, { key: 'my key', disabled: true, hideOnLoad: true, settings:...
Is it possible to implement this module on a Vue3 project?
We are seeing some errors in sentry in the "onload" part: ``` TypeError: window.zE is not a function at HTMLScriptElement.n.onload(./node_modules/@dansmaculotte/vue-zendesk/src/index.js:47:16) ```
Hi! I added Zendesk to the our app, but when I open it it just loads and nothing else happens. I see an entry in the console: ``` web-widget-framework-d85a06002b6d9f732360.js:2 The...
Hey, I found this library very useful but I have a little bit of a problem with it. I hide the widget upon `loaded` event (`this.$zendesk.$on('loaded', callback)`) and use my...