vuetify-nuxt-module icon indicating copy to clipboard operation
vuetify-nuxt-module copied to clipboard

Zero-config Nuxt Module for Vuetify

Results 60 vuetify-nuxt-module issues
Sort by recently updated
recently updated
newest added

i have file of icons and custom theme which i want to include in plugin , how to do so ? i have following cod in plugin ``` import {...

Vuetify 3 components do not provide `nuxt` prop like in v2 https://v2.vuetifyjs.com/en/api/v-btn/#props . Do you think it's possible to replace `RouterLink` with `NuxtLink` via this module? By the way, thanks...

https://stackblitz.com/edit/nuxt-starter-5qj9ao?file=nuxt.config.ts Defaults work, but components inside aliases have a `Component is missing template or render function` warning and don't render. From a quick look at source code, I think it's...

Thanks for trying to tackle all these NuxtVuetify issues with this library. I pretty much copied the playground setup with the configFile variant, because I want to customize the components....

Hi, When using this module with SSR enabled, the Vuetify components are rendered in the wrong state on the initial page load. When disabling SSR, they are rendered as expected....

What is the purpose of clientWidth and/or clientHeight in the vuetityOptions/ssr option ? Thank you userquin for this nice module.

After following documentation for basic setup of i18n with lazy loading of locales from files, I get this error on the initial render: ```[intlify] Not found 'welcome' key in 'en'...

![imagen](https://github.com/userquin/vuetify-nuxt-module/assets/11968584/051b546b-e4d6-486f-a023-2a27e47aa680) I'm using: - PhpStorm v2023.2 - Pnpm v8.6.12 - Dependencies: ![imagen](https://github.com/userquin/vuetify-nuxt-module/assets/11968584/0612cdd5-f9b6-471a-8360-159d1e3a67a3)

Having an issue when trying to build the app for production: https://ibb.co/HrsK1F3. Here is my nuxt config: ```ts export default defineNuxtConfig({ css: ["@/assets/scss/index.scss"], // add modules modules: ["@nuxtjs/i18n", "vuetify-nuxt-module"], i18n:...

**Reproduce:** Define an alias in following way in `vuetify.config.mts`: ``` import { md3 } from 'vuetify/blueprints' import { defineVuetifyConfiguration } from '../custom-configuration' import { VBadge } from 'vuetify/components' export default...