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. Framework
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • fsgiudice

      Select with type "list" proposal
      • fsgiudice

      5
      0
      Votes
      5
      Posts
      2704
      Views

      rstoenescu

      @fsgiudice Thank you for suggesting it in the first place. Will be available in next Quasar version.

    • M

      Reactive programming frameworks with Quasar/Vue, useful y/n?
      • MusicForMellons

      2
      0
      Votes
      2
      Posts
      1403
      Views

      rstoenescu

      @MusicForMellons That’s really a question Evan can answer best. Drop him a message.

    • M

      vue-html-loader
      • MusicForMellons

      2
      0
      Votes
      2
      Posts
      1274
      Views

      rstoenescu

      @MusicForMellons If you’re using *.vue files you don’t need it.

    • E

      Update the data storage and routing help
      • eliashdezr

      4
      0
      Votes
      4
      Posts
      2930
      Views

      rstoenescu

      @eliashdezr

      In router.js: const router = new VueRouter({ ... }) router.beforeEach((to, from, next) => { // ... }) export default router Not sure I understand the beginning of your question. You don’t have to import router wherever you are using it. It’s injected into VM’s through $router object – so you can use it in Vue <template> and <script> tags.
    • M

      How to upgrade to new version?
      • MusicForMellons

      8
      1
      Votes
      8
      Posts
      5568
      Views

      M

      This is relevant as well!:
      http://forum.quasar-framework.org/topic/74/how-use-latest-quasar-framework-version-from-github-instead-of-npm-package

    • M

      Can I import Quasar variables in my custom component style?
      • mariaczi

      2
      0
      Votes
      2
      Posts
      1636
      Views

      LaurentPayot

      Have a look at http://forum.quasar-framework.org/topic/19/how-to-use-the-stylus-theme-variables-from-inside-components 😉

    • MauroJunior

      Issue on app size
      • MauroJunior

      7
      0
      Votes
      7
      Posts
      3054
      Views

      X

      So it is with me.

      https://dl.dropboxusercontent.com/u/24616510/quasar/scroll.gif

    • M

      How to use TABS with router?
      • mariaczi

      2
      0
      Votes
      2
      Posts
      1206
      Views

      rstoenescu

      If you’re using iOS there are some issues which will get fixed very soon. On desktop browsers and Android works perfectly.

    • druppy

      Css and reinventing framework ?
      • druppy

      11
      0
      Votes
      11
      Posts
      4042
      Views

      H

      Found it. Thank you @rstoenescu .

    • uebbi

      Support for router-link on Quasar Floating Action Button
      • uebbi

      4
      0
      Votes
      4
      Posts
      3777
      Views

      uebbi

      Great! Tks!

    • X

      InfiniteScroll offset property
      • xereda

      13
      0
      Votes
      13
      Posts
      3905
      Views

      X

      No problem. I understand perfectly!
      I’ll do some simulations.

    • M

      Server Side Rendering
      • MusicForMellons

      3
      0
      Votes
      3
      Posts
      1701
      Views

      M

      Thanks for the invitation! I think I better first look into it before taking it on. I will let you know as soon as I have an idea of whether this will be easy or tricky.

    • P

      IDE for mobile app.
      • Primadi

      6
      0
      Votes
      6
      Posts
      4794
      Views

      rstoenescu

      @Martin I use the following:

      Stylus https://github.com/matthojo/language-stylus Language Babel https://github.com/gandm/language-babel Language Vue https://github.com/hedefalk/atom-vue Linter https://github.com/steelbrain/linter Linter ESLint https://github.com/AtomLinter/linter-eslint Linter Stylint (for Stylus) https://github.com/AtomLinter/linter-stylint UI theme “One Dark” with Syntax Theme “Atom Material”

      Make sure to edit .eslintrc.js too because linters will pick it up. Can’t remember which rule to change in your case. Guess just try to format however you like and see which linter error pops up.