Thanks! I resolve it.
M
Latest posts made by Master
-
How to use transitions between routes?
Hello, I’m having trouble trying to find the best solution / method for transitioning between routes that are similar to Android transitions. Has default transitions that can be used out of the box?
-
RE: How to remove q-tabs shadow and underline?
I used 0.17 now, looks like I need upgrade to 1.0, Thank you!
-
How to remove q-tabs shadow and underline?
<q-tabs> <q-route-tab icon="mail" to="/assets" exact slot="title" color="grey" replace /> <q-route-tab icon="alarm" to="/discover" exact slot="title" color="grey" replace /> </q-tabs>
q-tabs has shadow and underline, I don’t need these two, has any property to remove them?