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

    Mohammed

    @Mohammed

    0
    Reputation
    212
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Mohammed Follow

    Latest posts made by Mohammed

    • RE: Quasar & Quasar CLI v0.17 aka SSR - Developer Preview

      @rstoenescu when the v0.17 will be released? just estimated expectations.

      posted in Announcements
      M
      Mohammed
    • QScrollArea With Flexbox Horizontal Scrolling

      Hi,

      I’m trying to get QScrollArea work with this code:

      <q-scroll-area class="related-products xs-gutter row no-wrap reverse">
          <app-related-products-item v-for="i in 10" :key="i" :product="product" />
      </q-scroll-area>
      

      The app-related-products-item code:

      <div class="col-4 replated-product">
      </div>
      

      Unfortuatly it doesnt work.
      Can you please tell me what is wrong here?

      Thank you in advance,
      Mohammed

      posted in Help
      M
      Mohammed