Questions tagged [vuetify.js]

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.)

8866 questions
3
votes
1 answer

Vuetify Data Table jump to page with selected item

Using Vuetify Data Tables, I'm trying to figure out if there's a way to determine what page the current selected item is on, then jump to that page. My use case for this is, I'm pulling data out of the route to determine which item was selected in…
drew kroft
  • 910
  • 1
  • 14
  • 28
3
votes
1 answer

How to get append-outer-icon working in vuetify?

v-select allows to add append-outer-icon but how to force to expand icon list when this item is clicked?
3
votes
1 answer

How to dynamically change the header of a v-data-table?

I'm trying to make a v-data-table that is populated with json data (Vue + Vuetify + Vue-Resource). I can show the data without problems, but I need to change the first colum of the header to let visible what data the user is viewing actually. At…
Mateus Fernando
  • 99
  • 1
  • 4
  • 11
3
votes
2 answers

How to set language in vuetify?

I'm trying to setup the locales with this: Vue.use(Vuetify, { lang: { locales: { 'en-US' : { "dataIterator": { "rowsPerPageText": "Items per page:", "rowsPerPageAll":…
omega
  • 40,311
  • 81
  • 251
  • 474
3
votes
2 answers

vue.js force update input element not working

I have an input element that bind with v-model to a item value, I want to limit the user input to just type numeric value on range between 0 to 10, I was tried this thing before(add @input and check the input value to keep it in range) my code is…
newvertex
  • 160
  • 3
  • 15
3
votes
1 answer

Vuetify - Multiple instances of Vue detected

I'm using vue-cli-3.4.1. After creating project, i'have added vuetify to my project using command vue add vuetify. There is another vue web-component, which i'm trying to use in my application. I have added scripts to index.html file, like…
3
votes
3 answers

Vue Change icon to click on the button

how can I change the icon when I click on the button in vue. Here is a portion of the code: star_border Thanks
enzo
  • 419
  • 3
  • 7
  • 16
3
votes
1 answer

Vuetify, how to set default props

I have started using Vuetify, but I am looking for a way to modify the default props on some components. Is there a way to do this? i.e. Instead of constantly having to write: Can I make layouts default prop for wrap be…
3
votes
1 answer

Cache shows old updated pictures in my VUE JS Application

I have a problem that had me really ansious. I have a vue application where I have users profile, users timeline etc... To make the short history, the problem is that: In my user profile I have 4 pictures that I can upload or delete. So, when I…
TELPRO
  • 31
  • 1
  • 3
3
votes
4 answers

VuetifyJS - Scrolling v-navigation-drawer

I am new to VueJs and I started working on my first project which requires me to have a side panel (drawer) to serve as a navigation bar and it will always be visible. So far so good it is done and it looks exactly as I wanted it. The problem is…
noel293
  • 514
  • 5
  • 21
3
votes
1 answer

Vuetify apply rules validation to a custom component

I'd like to use Vuetify custom validation on a custom component. E.g I created a date time picker component DateTimePicker.vue