The problem: When creating a new Nuxt.js project using Yarn as the package manager and using Vuetify and Vite as build modules I get the following error in the
My front end will be connected to great backend later right now it is extremely difficult to test my codes because vuex getters and setters do not cache data. S
Wasn't this component supposed to render lists? It produces only divs instead of more semantic elements, couldn't it be considered a bad practice? Should I use
I'm new on vuetify and I'm a little confused by its grid system. I think we have just a v-container tag and after that just a v-row tag. v-col is a direct child
I've been using the example Codepen (https://codepen.io/whoistobias/pen/yLNgjwy) to try to extend the Vuetify VBtn component to create a reusable Button Icon co
Blockquote I'm building my app in Nuxt and Vuetify and I want to upload url images to Firebase with Axios using inputs (v-file-input). I have no problems with
there is another container that is being add by vuetify to the v-list Im trying to use as v-menu content,because of this container I can't just add a margin to
I want to make a carousel that takes up the full width and height of a viewport. I'm using Vuetify in a vue.js 2 project. Here's my code: <head> <
I want to create a menu where the button has a chevron points up when expanded and points down when not expanded. I have tried making an @click that changes a d
I'm getting the error below when I run yarn serve: ERROR Failed to compile with 1 errors 4:03:58 p.m. error
Vuetify 5.10 and Vue 2.6.14. I know the Vuetify documentation says: By default, v-menu components are detached and moved to the root of your application. In or
I have what seems to be a very common issue, but I can get over it. I have an API query that returns me a list of object. I want to display it my page as a grid
I don't know if I am using the thickness prop correctly or if there is a better way to do this. <v-divider :thickness="var"/>
I have this error for a particular part in the code when accessing this.$vuetify in my Nuxt.js app. ERROR ERROR in components/equipment/QuickInfoCard.vue:21:
I have this error for a particular part in the code when accessing this.$vuetify in my Nuxt.js app. ERROR ERROR in components/equipment/QuickInfoCard.vue:21:
I work for an organization that try to migrate a project from Vue CLI 4 to Vue CLI 5. The project uses Vuetify and we have SCSS files that are used in the style
I am making a Facebook's notification component using v-menu & v-list. I set height of v-list to 300px because if not, the list will stretch height to show
Is there away to display a default value if the expected value is null? Ex. <v-card-subtitle class="py-0 my-0">{{ user.name??'n/a' }}</v-card-subtitle&
I am trying to make few fields conditionally required. But I am not able to make it work. I have set a data field notRequired: false and based on that I am usin
I am trying to make few fields conditionally required. But I am not able to make it work. I have set a data field notRequired: false and based on that I am usin