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.)
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…
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…
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…
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…
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…
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…
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…
I'm having a problem with a Leaflet map in a Vue.js application using the Vuetify framework.
I'm trying to get the map to occupy the full screen (except for the top nav bar) but the map resizes/repositions itself vertically within the page when I…
Loading several videos using NUXT and vue-youtube (https://www.npmjs.com/package/vue-youtube) applying lazy load
I've been looking for days about that but no information about how to lazy load videos programming in NUXT in Universal mode (no spa)…
I'm currently using a v-textarea like this:
# Main.vue
v-textarea(ref="myTextArea")
I would like to put a transparent wrapper around it so I can use the same customized version throughout my app. I'm doing this:
# CustomTextarea.vue
…
I have some card with height prop for height ofc..
I need to have different heights for xs and higher sizes so I did this:
--> works
And I get error that says, number…