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

    Topics created by manelclos

    • M

      How to use vue-auth on Quasar
      Help • • manelclos

      5
      1
      Votes
      5
      Posts
      1961
      Views

      O

      @manelclos said in How to use vue-auth on Quasar:

      Like Quasar has the router.js file and vue-auth needs the router to be already present, and probably I didn’t solve that in the right way 🙂

      vue-auth doesn’t have the router file, it has the driver for the vue-router. You need that to check and authorize routes.

    • M

      How to disable animation on components
      Help • • manelclos

      5
      1
      Votes
      5
      Posts
      1990
      Views

      S

      @rstoenescu could we have a prop for that in all animated components please?
      e.g. adding no-animation to a component would do that css override (or anything else appropriate internally to forfeit the animation effect)

      or maybe animation="none" if you plan on later allowing custom animations to be set through that same prop ( /wink /wink /nudge /nudge )