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. Framework
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • M

      [SOLVED] Access Vuex store in router.js
      • maxxiris

      10
      0
      Votes
      10
      Posts
      7760
      Views

      W

      @Zol This was extremely helpful. Thank you!

    • N

      SVG convertor to import as icon
      • ncamaa

      10
      0
      Votes
      10
      Posts
      242
      Views

      L

      @ncamaa I don’t know the svg specification very well, right now it supports the style and transforms tag. I’ll implement separated style properties later. If you find it doesn’t work for a particular icon, let me have it so I can figure out where I got it wrong.

    • ssuess

      [SOLVED] @babel/types 7.13.12 makes everything go kablooey?
      • ssuess

      3
      0
      Votes
      3
      Posts
      165
      Views

      ssuess

      Ok I think I found why this was happening. I apparently had a separately installed copy of vue-loader, which contained the update. Uninstalling that separate install (it was not needed) solves the problem.

    • S

      Cordova Mobile Apps: Signed Builds and Env File
      • susansiow

      3
      0
      Votes
      3
      Posts
      137
      Views

      S

      @s-molinari Yes, I agree, backend API and client’s app should be separated, thanks for sharing your thoughts!

    • V

      q-tree is not returning all ticked values
      • VasuKuncham

      3
      0
      Votes
      3
      Posts
      322
      Views

      P

      Hi, @VasuKuncham I like your solution in your pen. How can you use the same code in a single file component?

    • S

      JWT Cookies or Local Storage for Mobile Apps
      • susansiow

      10
      0
      Votes
      10
      Posts
      456
      Views

      S

      @metalsadman Noted, it means local storage is still the best choice in this case, thank you!

      My backend API is constructed, I wonder if you can share your thoughts on my queries - https://forum.quasar-framework.org/topic/8081/cordova-mobile-apps-signed-builds-and-env-file , is it advised to break the app into two parts (backend API and frontend Cordova app) or is it fine to include both into a Cordova’s signed build? My concern is the .env file (with backend/db credentials).

      Thanking you in advance!

    • S

      API Call does not work in ios Mobile App version
      • Siddharth

      11
      0
      Votes
      11
      Posts
      506
      Views

      F

      I am having the exact same issue today and unfortunately introducing an integration platform like Mulesoft is not an option. I posted in the capacitor Discord channel today and it’s been crickets.

    • C

      Automate continuous deployment
      • Charlotte

      2
      0
      Votes
      2
      Posts
      85
      Views

      R

      yes i think this is possible, do check out this link https://dev.to/codeguru_io/how-to-create-continuous-deployment-pipeline-for-quasar-app-in-under-5-minutes-using-aws-amplify-1ohi
      If this framework is not suitable for your deployment, try other frameworks like the Akka framework. just putting it out there. you can ignore it if you think otherwise

    • M

      This topic is deleted!
      • murilolivorato

      2
      0
      Votes
      2
      Posts
      1
      Views
    • M

      google maps CDN is not working
      • murilolivorato

      3
      0
      Votes
      3
      Posts
      121
      Views

      M

      thanks @dobbel

    • J

      Change layout width
      • jhon

      8
      0
      Votes
      8
      Posts
      271
      Views

      J

      Muchas gracias…

    • A

      Quasar v2 Meta plugin reactive meta props
      • adi_dragomir

      1
      0
      Votes
      1
      Posts
      155
      Views

      No one has replied

    • S

      JWE Guidance
      • susansiow

      3
      0
      Votes
      3
      Posts
      137
      Views

      S

      @s-molinari Thanks Scott! 😁

    • J

      Q-BTN click. How to retrive properties in js?
      • JJ

      13
      0
      Votes
      13
      Posts
      667
      Views

      s.molinari

      Hihi… learned something new with this. Vue adds the component instance to an array element in a v-for with refs. So, you have to access the first element of the array to get the underlying component internals. Yet, if you set a ref outside a v-for loop, the instance is directly on the named element of the $refs array. Hmm…

      Getting back to your challenge… name isn’t a QBtn property. If you add it additionally, it’s an attribute. Check my codepen now, if that is what you are looking for.

      https://codepen.io/smolinari/pen/YzpoBdR?editors=1010

      If not, I’d tend to believe you are trying to accomplish something that is not standard practice with Vue. If you’d explain your use case better, we might be able to help you find the right path to a better solution.

      Scott

    • J

      QSELECT dynamic model
      • JJ

      4
      0
      Votes
      4
      Posts
      359
      Views

      dobbel

      @jj

      If you want better support please create a working codepen.io that demo’s your problem.

    • D

      QUploader not working on capacitor android app
      • diadal

      1
      0
      Votes
      1
      Posts
      75
      Views

      No one has replied

    • B

      q-input dynamic v-model dont get updated
      • boo001

      3
      0
      Votes
      3
      Posts
      103
      Views

      B

      @metalsadman
      Thanks a Lot 🙌
      It helped me.

    • SidneiJSilva

      Cordova best practices to do light forms with q-input
      • SidneiJSilva

      3
      0
      Votes
      3
      Posts
      105
      Views

      SidneiJSilva

      @dobbel

      Tks dude! I will read this part of doc to learn more.

    • R

      overwrite quasar component/elements with our own css
      • rajrana

      9
      0
      Votes
      9
      Posts
      1076
      Views

      dobbel

      @rajrana

      customize the quasar element for only specific components

      https://vue-loader.vuejs.org/guide/scoped-css.html

    • A

      How to use quasar in my existing django project
      • Alam

      16
      0
      Votes
      16
      Posts
      589
      Views

      dobbel

      @alam

      Without your project code I think this is impossible to solve( for me).

      You could try to ask help on the discord channel.