I’m sorry. Probably my problem occour because another problem. This is working now.
E
Best posts made by ezioadsr
-
RE: auto scroll to de last q-tab
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.
-
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
-
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' ...}]});
-
RE: q-datetime locale
I find this question on http://forum.quasar-framework.org/topic/15/datetime-localization