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

    miguel.teixeira

    @miguel.teixeira

    0
    Reputation
    44
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    miguel.teixeira Follow

    Latest posts made by miguel.teixeira

    • RE: q-uploader issue

      I had the same problem, to hide the upload button I did:

      .q-uploader__header-content > button:nth-of-type(3) {
          display: none;
      }
      posted in Help
      M
      miguel.teixeira