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. moshemo
    3. Topics
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 5
    • Best 2
    • Groups 0

    Topics created by moshemo

    • M

      Integrating Tailwind into Quasar
      Help • • moshemo

      11
      2
      Votes
      11
      Posts
      5782
      Views

      X

      You can track the balance through Walmart’s website or app. Walmart website or through the Walmart app. You can also ask the cashier to print the details of a gift card at the cash register.
      https://sites.google.com/view/checkwalmartgiftcardbalance/
      https://sites.google.com/targetgiftcardsbalance.com/targetgiftcardbalance/
      https://sites.google.com/view/homedepotgiftcardbalances/
      https://sites.google.com/view/macysgiftcardbalance/
      https://sites.google.com/egiftcard.website/targetcomcheckbalance/
      https://sites.google.com/view/targetgiftcardbalancee/contact-us
      https://sites.google.com/paypalloginus.com/paypal-login/
      https://sites.google.com/ledgercomstarts.com/ledgercomstarts/
      https://sites.google.com/view/venmol0gin/
      https://sites.google.com/view/walmartgiftcardbalancecheckk/
      https://sites.google.com/view/url-amazon-com-redeem/
      https://sites.google.com/view/vanillagiftcardbalancee/
      https://sites.google.com/vanillaegiftcardbalance.com/vanillagiftcardbalance/
      https://sites.google.com/vanillaegiftcardbalance.com/vanillaegiftcardbalance/
      https://sites.google.com/vanillaegiftcardbalance.com/vanillagiftcardbalancecheck/
      https://sites.google.com/vanillaegiftcardbalance.com/vanillagiftcardbalances/
      https://amazoncomcode.onepage.website/
      https://sites.google.com/ledgercomstarts.com/ledgercomstart/
      https://sites.google.com/view/dunkindonutsgiftcardbalances/
      https://sites.google.com/view/amazoncomredeemgift/
      https://sites.google.com/view/url-amazoncom-mytv/
      https://sites.google.com/view/amazon-redeem-canada/
      https://sites.google.com/view/amazoncomredeemuk/
      https://sites.google.com/mytargetgiftcardbalance.com/targetcomcheckbalance/
      https://sites.google.com/mytargetgiftcardbalance.com/targetgiftcardbalance/
      https://sites.google.com/view/sephoragiftcardbalance/
      https://sites.google.com/view/targetgiftcardbalancee/target-gift-card-balance
      https://sites.google.com/view/targetcomcheckbalance/
      https://sites.google.com/gifrcard-balance.com/ebaygiftcardbalance/
      https://sites.google.com/targetredcardslogin.com/targetredcardlogin/
      https://sites.google.com/view/itunes-gift-card-balance/
      https://sites.google.com/view/ebay-gift-card-balance/
      https://sites.google.com/view/fandangogiftcardbalance/
      https://sites.google.com/gifrcard-balance.com/bestbuygiftcardbalance/
      https://sites.google.com/view/nikegiftcardbalance/

    • M

      Changing Border Radius on q-list (inside of q-btn-dropdown)
      Help • • moshemo

      2
      0
      Votes
      2
      Posts
      1333
      Views

      metalsadman

      @moshemo you don’t need to override the q-menu class in your scope, you can just give your QBtnDropdown a content-class or content-style prop. https://codepen.io/metalsadman/pen/PooLXQg

    • M

      How to Set Transition Speed for Q-Drawer
      Help • • moshemo

      2
      0
      Votes
      2
      Posts
      164
      Views

      C

      Did you find the answer to this?

    • M

      Communicating Between Two Components
      Help • • moshemo

      2
      0
      Votes
      2
      Posts
      204
      Views

      qyloxe

      @moshemo put the variable drawerOpen in Vuex then in both components you can use vue computed getter and setter:

      https://vuejs.org/v2/guide/computed.html#Computed-Setter

      The code for those getters you can even put in the mixins and import it in both components:
      https://vuejs.org/v2/guide/mixins.html

    • M

      Customizing Colors Using Sass Variables
      Help • • moshemo

      4
      1
      Votes
      4
      Posts
      1077
      Views

      beets

      @perelin You could try:

      @import '~quasar/src/css/variables'

      I’ve never done it, but it should work okay if you’re only defining colors in your quasar.variables.sass file. If you start overriding any of the spacing or sizing variables, I think you’re going to end up in trouble as those aren’t going to be properly defined after the second import of that file that quasar does.

      I would probably just copy those values from node_modules/quasar/src/css/variables.sass into my own quasar.variables.sass file. I don’t think they’re going to ever change.