NuxtN
Nuxtβ€’13mo agoβ€’
7 replies
splunky

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",
        ],
      },
    },
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 😭
Was this page helpful?