Is it my code write in the correct way in Quasar??
-
I m beginner in quasar, is my code using the correct way to write in quasar, because I cannot get the output I want . Tq
<template> <div id="q-app"> <router-view /> </div> </template> <script type="text/javascript" src="https://widget.freshworks.com/widgets/67000000198.js" async defer ></script> <script> export default { name: "App", created() { window.fwSettings = { 'widget_id': 67000000198 } !function(){if("function"!=typeof window.FreshworksWidget){var n=function(){n.q.push(arguments)} n.q=[],window.FreshworksWidget=n}}() } } </script>
-
Freshworks has nothing to do with Quasar. Maybe you should ask the people at Freshworks? I took a look at their site, what do you need Quasar for, if you are using Freshworks?
Scott
-
@s-molinari yes, I tired to ask them just now, waiting for reply. Tq