splunky
splunky
NNuxt
Created by splunky on 12/8/2024 in #❓・help
vuetify icons not working
hello im trying to get my vuetify nuxt project to use mdi icons and fa icons
vuetify: {
vuetifyOptions: {
icons: {
defaultSet: "fa",
sets: [
"fa",
"mdi",
],
},
},
vuetify: {
vuetifyOptions: {
icons: {
defaultSet: "fa",
sets: [
"fa",
"mdi",
],
},
},
this code works but only for the default set, so if its fa the fa icons will work and if its mdi the mdi icons will work, i want both sets to be working at the same time does anyone have any idea how to fix this as i have been losing my mind 😭
8 replies