No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Is it my code write in the correct way in Quasar??

    Help
    2
    3
    106
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      ak101 last edited by

      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>
      
      
      1 Reply Last reply Reply Quote 0
      • s.molinari
        s.molinari last edited by

        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

        1 Reply Last reply Reply Quote 0
        • A
          ak101 last edited by

          @s-molinari yes, I tired to ask them just now, waiting for reply. Tq

          1 Reply Last reply Reply Quote 0
          • First post
            Last post