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. ezioadsr
    E
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 5
    • Best 1
    • Groups 0

    ezioadsr

    @ezioadsr

    1
    Reputation
    273
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    ezioadsr Follow

    Best posts made by ezioadsr

    • RE: auto scroll to de last q-tab

      I’m sorry. Probably my problem occour because another problem. This is working now.

      posted in Framework
      E
      ezioadsr

    Latest posts made by ezioadsr

    • RE: auto scroll to de last q-tab

      I’m sorry. Probably my problem occour because another problem. This is working now.

      posted in Framework
      E
      ezioadsr
    • RE: auto scroll to de last q-tab

      In this case, i’m not using a router. When i select a tab using v-model, with many tabs, the display don’t scroll to it. But I keep trying here

      posted in Framework
      E
      ezioadsr
    • auto scroll to de last q-tab

      I want to auto scroll to de last tab on my application.
      I’m using v-model to set a q-tab selected.
      Any idea?
      <q-tabs :class="preference" v-model="tab"> <q-tab v-for=" __tab in tabs" :ref="__tab.name" :name="__tab.name" :icon="__tab.icon" :route="__tab.route">{{__tab.name}} </q-tab> </q-tabs>

      …

      data () => ({tab: 'tab20' tabs: [{name: 'tab1' ,..... name: 'tab20' ...}]});

      posted in Framework
      E
      ezioadsr
    • RE: q-datetime locale

      I find this question on http://forum.quasar-framework.org/topic/15/datetime-localization

      🙂

      posted in Help
      E
      ezioadsr
    • q-datetime locale

      How to set locale pt-br in q-datetime component?

      posted in Help
      E
      ezioadsr