Closed Dominic-Marcelino closed 1 year ago
@Dominic-Marcelino I guess you cannot, you need the vuetify component be loaded as global or using local registration, it is by design https://vuetifyjs.com/en/features/treeshaking/#limitations
Indeed works by importing it the manual way:
import { VDialog } from 'vuetify/components/VDialog';
Due to whatever reason it didn't worked before restarting the dev server 😅 Thanks!
Hi again 👋🏼
How can we use Dynamic Components wit vuetify modules? In Nuxt we can import components for dynamic usage via
resolveComponent
:This doesn't work with vuetify components. Error:
Failed to resolve component: VDialog
Is there any known solution?Thanks a lot!