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
2 answers

Dynamic content to v-expansion-panel-content

I would like to load data each time I click on header, then show the data (when it is loaded) into the v-expansion-panel-content. It's not always working. If user open the accordion before data is loaded, it wont be updated once data comes from…
IsraGab
  • 4,819
  • 3
  • 27
  • 46
3
votes
1 answer

Vuetify .input-group__details change min-height impossible

I'm not an CSS Expert but until now I've not seen any "problem" like this. So, I am using Vuetify and I added a for my search form.. Now that component is creating:
Marketingexpert
  • 1,421
  • 4
  • 21
  • 34
3
votes
1 answer

Vue.js and Vuetify slot-scope

I'm really just not sure how slot-scopes work. Wondering if somebody could help me out with this (seemingly) pretty simple problem.