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

    Master

    @Master

    0
    Reputation
    26
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Master Follow

    Latest posts made by Master

    • RE: How to use transitions between routes?

      Thanks! I resolve it.

      posted in Help
      M
      Master
    • How to use transitions between routes?

      Hello, I’m having trouble trying to find the best solution / method for transitioning between routes that are similar to Android transitions. Has default transitions that can be used out of the box?

      posted in Help
      M
      Master
    • RE: How to remove q-tabs shadow and underline?

      I used 0.17 now, looks like I need upgrade to 1.0, Thank you!

      posted in Help
      M
      Master
    • How to remove q-tabs shadow and underline?
      <q-tabs>
              <q-route-tab
                icon="mail"
                to="/assets"
                exact
                slot="title"
                color="grey"
                replace
              />
              <q-route-tab
                icon="alarm"
                to="/discover"
                exact
                slot="title"
                color="grey"
                replace
              />
            </q-tabs>
      

      q-tabs has shadow and underline, I don’t need these two, has any property to remove them?

      posted in Help
      M
      Master