Vuetify.js is an open source framework for building user interfaces for Vue.js 2 and 3. Use this tag for questions specific to Vuetify components and API. (If possible, provide a CodePen or JsFiddle item reproducing your issue.)
I am trying to customize v-text-field with v-selecy, faced some issues.
I've managed to customize v-text-field - changed fonts, margines, madding etc. Which works nice, but when I've jumped into v-select it's not that easy as it looks.
Here is a…
I have this codePen : https://codepen.io/anon/pen/KBNddq?&editors=101
I have added a star button, so when it clicks, you get an alert.
What I need is, when I click the star, I want the tab to change as well as the tab view.
Any ideas ?
What is the best way to hide the progress-linear component ? Should i have it implemented as after waiting for many seconds after doing :
axios.get(this.endpoint)
.then(response => this.data = response.data)
.catch(error =>…
In a data table, I want to display only items, where the property 'display' is 'true'. There is the property 'filter' in the component v-data-table. But there is no example showing, how to use it.
I have tried several approaches, but without…
I created data-table using vue and vuetify. Whenever I click delete icon on specific row a snackbar appears. In that snackbar there are two buttons yes and no. If i click yes button the specific row has to be deleted. how Can I achieve this
Here is…
I'm trying to build an artist portfolio website with a carousel of images, using the vuetify carousel. The images in my portfolio are all different sizes and scales, so the carousel scales the image to the max width of the carousel viewport.…
While running a Vue.js app, I get a warning in the console that I cannot determine where it's coming from (in source code) or at least from which component I get it raised.
Here is the console output:
TypeError: Cannot read property 'length' of…
I am using vuetify and vuejs. I have 4 expansion panels that are aligned two columns and two rows. what i need is that when you click on one the rest 3 dissappear and the clicked one fill the entire container where they are located.
if you have a…
My app is working in in all browsers except IE 11. In IE I get Error: Object doesn't support property or method 'assign'. I have added the babel polyfill, but I still get the same error, like the polyfill isn't compiling correctly.
I installed…