Andy Ayite
Results
1
comments of
Andy Ayite
this helped me out from my vite.config file : ``` import path from "path"; resolve: { alias: { "vuetify/labs/VNumberInput": path.resolve( __dirname, "node_modules/vuetify/lib/components/VNumberInput/index.js", ), }, }, ```