Questions tagged [vuetify-tabs]
38 questions
1
vote
0 answers
How can i change header for child pages in vuetify?
First image is from parent Page, wenn i click on an item from navigation then child Page opens but i do not need same header as Parent's header, i need header with back arrow like in second image for child but without parent's header.
I have also…

gautam
- 96
- 1
- 14
0
votes
2 answers
How to disable swipe in VTabs component in Vuetify 3?
I am using component with a couple of tabs and want to disable the swipe functionality.
In Vuetify 2 this was done using the touchless prop on but this option does not exist in Vuetify 3 as V3 no longer uses the…

Lukas Rossa
- 367
- 4
- 16
0
votes
1 answer
v-tabs content overflows but show arrows doesnot work
I have this code
Button 1
…

It's Siddiqi
- 79
- 1
- 6
0
votes
1 answer
How to align items properly in vue row in vuetify?
i have list of products and i wanna show them on page

bulllllllllllll
- 9
- 3
0
votes
1 answer
Show toolbar crud Table in another Tab
I have a crud table also a global component registered, inside this Table I have a Toolbar for crud operation.
Lets say I have a v-tabs component which contain "tab 1 " and “tab 2”
in “tab 1” I have this crud table
in "tab 2 " I have the details to…

Marwen_mxm
- 21
- 1
- 6
0
votes
1 answer
How to properly use router view alongside tabs on Vue to change the url according to the active tab?
Supposing I have a User View with two Cards, one that is not important to the question (UserProfilePhoto Card) and another one (UserDetails Card) with the following code:
Profile
Tasks
…

Masamune
- 25
- 5
0
votes
1 answer
Vuetify Tabs with Router and dynamic nested routes
I'm pretty new to Vue. My app has a pretty standard layout with top nav, side nav, footer and a content area. Content area is divided into two with a tree on the left and a Tabbed interface on the right.
I'm using vue router with nested dynamic…

Abhay
- 59
- 2
- 6
0
votes
2 answers
Vue trigger click event after v-for has create a new dom
I use v-for to generate task tabs.
Tasks can be created by users, and after users have created a new task I want the UI changing to the newly created tab automatically.
i.e. After a new tab has been added to the dom tree, itself click event will be…

yihsiu
- 78
- 5
0
votes
1 answer
Image sources not rendering out within dynamic content in Vue and Vuetify
I'm currently working on a component that can render out tabs with respective HTML content using v-tab, v-tab-items and v-tab-item. Within the v-tab-item call I have the following reference:

Eliseo D'Annunzio
- 592
- 1
- 10
- 26
0
votes
1 answer
Creating a custom tab navigation component
I'm trying to create a custom tab component based on Vuetify but I'm having trouble trying to get the component to recognize the items object I've defined... Being quite new to Vue and Vuetify, I'm not able to determine what could be happening and…

Eliseo D'Annunzio
- 592
- 1
- 10
- 26
0
votes
2 answers
What does vue-cli-plugin-vuetify do?
I have a project using Vuetify, my project is not bootstrapped by vue-cli
After using Vuetify for months(in production), I've found out that I didn't install vue-cli-plugin-vuetify!
What does this plugin actually do?

Joseph
- 3,974
- 7
- 34
- 67
0
votes
1 answer
v-select being triggered automatically if incorrect
The v-select that I change the option is triggering the other v-select automatically, the operation is to be independent between them, the issue that I am unable to get this code right. Someone with more experience than I could help me…

Luis Marcelo Santos
- 43
- 2
- 9
0
votes
2 answers
How to display records from Laravel via Vuetify v-data-table component
I have a project build in Laravel with Vue.js which work perfect statically, but I need convert it into dynamically to pull records from database table to v-data-table component.
I know Laravel and I know How these things works via Ajax/jQuery but…

P. Ivan
- 1
- 4
0
votes
1 answer
VueJS tab selection indicator moves on page load
Tab indicator moves little right when page reload for the first time or sometimes it covers all width, not selected as the second image
sometimes it covers all width, not selected like this.
But it's working fine after clicking on any tab like the…

Jahangir Kabir
- 1,783
- 13
- 17
0
votes
2 answers
Router breaks vuetify tabs
I have some vuetify tabs that work as expected before I add routes.
I want the route to change when the active tab changes.
When I add the :to directive to the the v-tab the routes work correctly (route changes when the tab changes) but the tab…

rosscosack
- 67
- 8