How can I use freshdesk function in Quasar?
-
I m beginner, after I run my code I didn’t see the help icon in right bottom.
My code:
<script type=‘text/javascript’ src=‘https://widget.freshworks.com/widgets/12000000025.js’ async defer />
<script>
export default {
created () {
window.fwSettings = {
widget_id: ‘12000000025’,
locale: ‘en’
}
!(function () {
if (‘function’ !==typeof window.FreshworksWidget) {
var n = function () {
n.q.push(arguments)
console.log(“Seccessful”);
}
n.q = []
window.FreshworksWidget = n
}
})()
}
}
</script> -
This has nothing to do with Quasar, so can’t really help you with this. You might be better off with the support from Freshworks.
Scott