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

    [Qv2] new project issues

    Framework
    3
    16
    632
    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.
    • ssuess
      ssuess last edited by ssuess

      After creating a new project (quasar create testv3 --branch next, configed to use Vuex, Vue-i18n, TypeScript, Axios, & ESLint) I notice a couple of things:

      • should the beta version of Vue (chrome) devtools be working? I get a blank panel (although the panel is there)
      • notice that eslint complains about double quotes and semi-colon in /store/store-flag.d.ts
      dobbel 1 Reply Last reply Reply Quote 0
      • dobbel
        dobbel @ssuess last edited by dobbel

        @ssuess said in [Qv2] new project issues:

        quasar create testv3 --branch next

        I am trying to mimic what you have done when creating a new quasar project. What did you choose for component style?

        1. Composition APi
        2. Class-based
        3. Options Api

        ESLINT style?
        -Prettier
        -airbnb
        -standard

        I choose prettier and I have no eslint complains.

        Yarn or NPN?

        Btw the one Component created with the Composition Api reads like a big mess to me with a ton of boilerplate code( all those silly imports from Vue) that was not necessary before with the Options Api.

        ssuess 1 Reply Last reply Reply Quote 0
        • s.molinari
          s.molinari last edited by

          I chose standard and had issues with semi-colons. I did a yarn lint --fix and all was ok after that.

          I also have no trouble with Vue Dev Tools. Just make sure you have the beta version for Vue 3.

          Scott

          ssuess 1 Reply Last reply Reply Quote 0
          • ssuess
            ssuess @dobbel last edited by

            @dobbel sorry I should have specified. I am using Composition API, and standard ESlint style

            1 Reply Last reply Reply Quote 0
            • ssuess
              ssuess @s.molinari last edited by

              @s-molinari I am using the latest beta of devtools as well, like you. But for some reason, although the vue panel shows in the dev tools and has a header, everything below is blank:

              Screen Shot 2021-01-30 at 7.03.48 PM.png

              s.molinari 1 Reply Last reply Reply Quote 0
              • s.molinari
                s.molinari @ssuess last edited by s.molinari

                @ssuess - This is what I see. Did you by chance turn off the other Vue Dev Tools extension?

                5cc6df28-b5bf-43cd-8304-aebcbe6ae021-image.png

                Scott

                ssuess 1 Reply Last reply Reply Quote 0
                • ssuess
                  ssuess @s.molinari last edited by

                  @s-molinari I did turn the other one off (but I did not uninstall it, if that matters)

                  s.molinari 1 Reply Last reply Reply Quote 0
                  • s.molinari
                    s.molinari @ssuess last edited by

                    @ssuess - Naw. I have the older one installed still too. I doubt it has anything to do with it (just looking for possible differences), but I have localhost as the URL. You have 127… the IP address. Interesting too is the “3” is lit on the Vue logo in my setup. Hmm…

                    Scott

                    1 Reply Last reply Reply Quote 0
                    • ssuess
                      ssuess last edited by

                      @s-molinari I probably just typed 127.0.0.1 in by mistake and it reloaded it. Here is the dev env restarted (with command quasar dev nothing else), loading up localhost. btw, the “3” is just news, once clicked on it will go away I had it too.
                      Screen Shot 2021-01-31 at 8.47.00 AM.png

                      1 Reply Last reply Reply Quote 0
                      • ssuess
                        ssuess last edited by

                        I should add I did make some very slight mods to the embedded component (added another property to the list items), so maybe that had some effect. I will revert and see if it make a difference.

                        1 Reply Last reply Reply Quote 0
                        • ssuess
                          ssuess last edited by

                          nope. same problems.

                          dobbel 1 Reply Last reply Reply Quote 0
                          • s.molinari
                            s.molinari last edited by s.molinari

                            I have no idea what’s wrong. Vue Dev Tools works as it should for me. (Just learned about the notifications though… 😁 )

                            Scott

                            1 Reply Last reply Reply Quote 0
                            • dobbel
                              dobbel @ssuess last edited by dobbel

                              @ssuess

                              Could also be a difference between MacOS Chrome vs Windows OS Chrome behavior.

                              1 Reply Last reply Reply Quote 1
                              • s.molinari
                                s.molinari last edited by

                                Oha. Yep. Have you tried Firefox with the devtools extension?

                                Scott

                                1 Reply Last reply Reply Quote 1
                                • ssuess
                                  ssuess last edited by

                                  yay it works in FF on Mac, perhaps the platform was the problem:Screen Shot 2021-01-31 at 9.25.10 PM.png

                                  1 Reply Last reply Reply Quote 0
                                  • s.molinari
                                    s.molinari last edited by

                                    It’s still beta. I’d report your issue to the Vue Dev Tools repo. @ssuess

                                    Scott

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