0👍
✅
had to add this in vue.config.js
module.exports = {
transpileDependencies: ['vuetify']
}
Source:stackexchange.com
0👍
had to add this in vue.config.js
module.exports = {
transpileDependencies: ['vuetify']
}