simionato-mobisec
simionato-mobisec
### Describe the bug I followed what is written [here](https://github.com/Akryum/vue-virtual-scroller/tree/v1/packages/vue-virtual-scroller#dynamicscroller) to implement a dynamic scroller, but looks like the items overlap. ### Reproduction MyDynamicScroller.vue ``` {{ `${index} ${item}` }} export...
### Problem to solve Let's say a dev want all textfields, selects, autocompletes, etc. to be outlined. He can't do ``` createVuetify({ defaults: { global: { variant: 'outlined' } }...
### Problem to solve Right now what we have to do if we want to show an image in case of error is this: ``` const imgWidth = 40 ```...
I created a project using `create vuetify` and I chose the base config (Default + Router). I didn't expect unplugin-vue-router to be added, and since our team is not confident...
### Environment **Vuetify Version:** 3.6.6 **Vue Version:** 3.4.27 **Browsers:** Firefox 126.0 **OS:** Ubuntu undefined ### Steps to reproduce 1. Update VCard global defaults 2. Create one card which doesn't use...
### Problem to solve If we add to a data table the following rowProps: ``` const rowProps = { class: ['foo', 'bar', 'baz'] } ``` The rowProps should be passed...
### Environment **Vuetify Version:** 3.6.8 **Vue Version:** 3.4.27 **Browsers:** Firefox 126.0 **OS:** Ubuntu undefined ### Steps to reproduce 1. Create a custom theme. 2. Create a color named "test" with...
### Problem to solve Hover styling is always a light grey. It would be cool to have a prop to easily change the color without using CSS. ### Proposed solution...