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. Lou Rectoret
    3. Topics
    L
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 36
    • Best 4
    • Groups 0

    Topics created by Lou Rectoret

    • L

      [SOLVED] Deploy Quasar in Netlify / Broken links when refreshing
      Help • • Lou Rectoret

      8
      0
      Votes
      8
      Posts
      515
      Views

      L

      I just found the solution!!!

      /* / 200
    • L

      where is $q.lang.getLocale getting the language from?
      Help • • Lou Rectoret

      2
      0
      Votes
      2
      Posts
      168
      Views

      Allan-EN-GB

      This should help: https://github.com/quasarframework/quasar/blob/4691db529a1b4055b2c198888f6c9eb6f1fdf484/ui/src/lang.js#L54

    • L

      WOW.js how to add to Quasar?
      Help • • Lou Rectoret

      2
      0
      Votes
      2
      Posts
      320
      Views

      metalsadman

      @Lou-Rectoret animation.css is already added in quasar see https://quasar.dev/options/animations for setup. aos.js you probably need to setup a boot file for it https://quasar.dev/quasar-cli/cli-documentation/boot-files#Introduction.

    • L

      How to add new Breakpoint xxl?
      Help • • Lou Rectoret

      7
      1
      Votes
      7
      Posts
      356
      Views

      I

      @Hawkeye64 Well yes, that’s why I said an additional one. There’s 900px between sm and lg, one breakpoint is not enough to ensure responsiveness to a necessary degree for my purposes. Of 10 most commonly used screen sizes in 2020 7 fall into that range and I can’t avoid some of them looking awkward.

    • L

      [v0.17]Class (content-class) is not applied in <q-layout-drawer>
      Help • • Lou Rectoret

      1
      0
      Votes
      1
      Posts
      116
      Views

      No one has replied

    • L

      how to use Vuex-Router-sync in Quasar project (v0.17)
      Useful Tips (NEW) • • Lou Rectoret

      3
      1
      Votes
      3
      Posts
      755
      Views

      bvc238

      Thanks a lot

    • L

      Failed to resolve directive
      Help • • Lou Rectoret

      4
      0
      Votes
      4
      Posts
      768
      Views

      L

      I’ve solved:
      Sorry the above was just another attemp. Yes it works with v-whatever-directive. @ouaR’s right! thanks!

      But real issue was because Quasar treates anything outsider kind of like a plugin. So:
      1- In quasar.conf.js file, go to plugins (make sure is not in framework.plugins array)
      2- add there your directive’s filename. NOT the directive’s name
      Done 🙂