Navigation

    Quasar Framework

    • Register
    • 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
    • D

      Support for older mobile devices ?
      • dunsun

      4
      0
      Votes
      4
      Posts
      1189
      Views

      rstoenescu

      It should be. You can test with the Android emulator.

    • A

      autocomplete: id behind value
      • alexe2baranov

      2
      0
      Votes
      2
      Posts
      1329
      Views

      rstoenescu

      @alexe2baranov Hi! Next Quasar (v0.13) to be released next week will have this @select event that you can hook into. It receives the whole object containing the selected item as param.

    • K

      Typescript support
      • kmandrup

      2
      0
      Votes
      2
      Posts
      1136
      Views

      s.molinari

      @kmandrup - for my curiosity, what do you mean by “generator”?

      Scott

    • G

      Load Roboto font from CDN?
      • glittle

      5
      0
      Votes
      5
      Posts
      2137
      Views

      G

      Another concern is whether changes to core files (as suggested in, for example http://forum.quasar-framework.org/topic/181/reduce-bundle-size/2) are lost when upgrading from 10 to 12. Do I need to be prepared to identify and re-apply all such changes?

    • A

      is there anyway to import only selected components?
      • AhsanAbrar

      11
      0
      Votes
      11
      Posts
      3553
      Views

      rstoenescu

      @AhsanAbrar Hi, like Scott indicated, the framework is pretty stable and usable as it is now. v1.0 will only mean a few features more and (probably) some very minor API changes that will be easy to upgrade to.

    • fsgiudice

      Local build not work
      • fsgiudice

      18
      0
      Votes
      18
      Posts
      8542
      Views

      rstoenescu

      @fsgiudice if you write components for Quasar you already have a playground app working there (/dev folder, which is run on npm run dev and compiles Quasar on the fly). Add a page for each new component and test it out there. No need to compile and then use in another repo.

    • druppy

      q-layout navigation state and layout-view and fullscreen ?
      • druppy

      3
      0
      Votes
      3
      Posts
      1296
      Views

      druppy

      @rstoenescu Perfect thanks, it all makes sense I just want to know what the basic filosofi was on these.

    • A

      is there any Page Title & Meta options?
      • AhsanAbrar

      2
      0
      Votes
      2
      Posts
      1703
      Views

      rstoenescu

      @AhsanAbrar vue-head? https://github.com/ktquez/vue-head

    • druppy

      use of component properties in stead of methods
      • druppy

      7
      0
      Votes
      7
      Posts
      2502
      Views

      druppy

      @rstoenescu Ok, thanks … I will dig in a bit more on my own 🙂

    • G

      Data Tables - template for narrow view?
      • glittle

      3
      0
      Votes
      3
      Posts
      1190
      Views

      rstoenescu

      Opened up ticket for this so I won’t forget: https://github.com/quasarframework/quasar/issues/294

    • druppy

      Modal layout
      • druppy

      8
      0
      Votes
      8
      Posts
      2977
      Views

      druppy

      @s.molinari I think q-layout uses 100% of parent, and parent i as big as the child dictates … and then both got confused 🙂

      content-css just apply the style to the div modal wrapper, so no real magic .

    • G

      v-touch-swipe issue
      • glittle

      3
      0
      Votes
      3
      Posts
      2504
      Views

      G

      @rstoenescu said in v-touch-swipe issue:

      v-touch-swipe.horizontal.scroll

      That seems to fix the issue. Thanks!

    • druppy

      WebPack2
      • druppy

      3
      0
      Votes
      3
      Posts
      1374
      Views

      druppy

      @s.molinari Sorry, and now fixed

    • fsgiudice

      Added PR for BackToTop proposal
      • fsgiudice

      3
      3
      Votes
      3
      Posts
      1066
      Views

      rstoenescu

      @fsgiudice I like the ideas!

    • LaurentPayot

      Events.$once
      • LaurentPayot

      3
      0
      Votes
      3
      Posts
      1302
      Views

      LaurentPayot

      @rstoenescu I guess I was too tired when I did my search. Thanks Razvan!

    • fsgiudice

      Select with type "list" proposal
      • fsgiudice

      5
      0
      Votes
      5
      Posts
      2535
      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
      1250
      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
      1179
      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
      2702
      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
      4843
      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