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
    1. Home
    2. Tags
    3. error
    Log in to post
    • F

      Quasar initialization in vue app
      Framework • creation error quasar vuejs3 • • fdlprod

      2
      0
      Votes
      2
      Posts
      724
      Views

      beets

      @fdlprod Quasar isn’t Vue 3 compatible yet, watch here for updates: https://github.com/quasarframework/quasar/issues/7836

    • S

      Not mutating prop, still get an error
      Help • error prop • • szabiaura

      5
      0
      Votes
      5
      Posts
      516
      Views

      S

      @dobbel Thanks, that almost did it. For the perfect solution you need

      @Prop({ type: Boolean, default: false }) readonly withAdd!: boolean;
    • Y

      "This relative module was not found" when using a Capacitor plugin
      Help • capacitor error npm plugins • • yhu420

      3
      0
      Votes
      3
      Posts
      595
      Views

      Y

      Thank you very much @metalsadman! That’s not something I could have found myself.

      I’m running into ssl errors now but I’ll save that for another topic. Thanks again!

    • W

      VsCode configuration to be compatible with prettier and eslint(Solved)
      Help • error lint quasar • • wolfiton

      7
      0
      Votes
      7
      Posts
      6412
      Views

      Y

      @wolfiton 😉

    • V

      [SOLVED] Not able to use QPopupEdit inside default-header (scoped-slot) of QTree component
      Help • error q-popup-edit q-tree quasar v1.0.0 scoped-slot • • vonSansberg

      5
      0
      Votes
      5
      Posts
      476
      Views

      metalsadman

      @vonSansberg kind of late, but glad I could help 🙂

    • D

      ClosePopup Error in beta 1.0.0
      Help • closepopup directive error • • darshie

      6
      0
      Votes
      6
      Posts
      705
      Views

      D

      @rstoenescu said in ClosePopup Error in beta 1.0.0:

      v-close-popup was added in quasar v1.0.0-beta.11.
      While we are in v1 beta, it is paramount that you are running latest version as soon as it is released.

      Turns out it was a silly mistake; this is exactly what was going on. Was on an earlier beta version. Thanks!

    • G

      [Solved] postcss-svgo: TypeError when building for release
      Help • build error postcss svgo • • Gabee01

      2
      0
      Votes
      2
      Posts
      1783
      Views

      G

      Hey, just figured it out…
      So it happens that when I upgraded my packages, the type of path used on quasar wasn’t compatible with the latest version of postcss-svgo:
      See https://github.com/svg/svgo/issues/1030
      There you will find out that this was solved on the v1.1.1 released today, so upgrading using

      npm install --save-dev quasar-cli@latest

      again fixed it