How to import vuetify/lib while using vuetify loader in A-La-Carte system
Add vuetify
in compilerOptions
> types
of your tsconfig.json
It should look like this:
{
compilerOptions: {
//other options here
"types": ["vuetify"],
}
}
Save and reload your vscode
.