vuetify-nuxt-module icon indicating copy to clipboard operation
vuetify-nuxt-module copied to clipboard

Using multiple icons does not show up

Open changfengoss opened this issue 1 year ago • 0 comments

Hi , I have set icons, sets: ['mdi', 'fa] ,default set is mdi . mdi icon is work but the fa icon is not displayed. I want both Mdi and Fa icon to work

vuetify: {
    moduleOptions: {
      /* module specific options */
      importComposables: true
    },
    vuetifyOptions: {
      /* vuetify options */
      icons: {
        defaultSet: 'mdi',
        sets: ['mdi', 'fa']
      }
    }
  },

changfengoss avatar Mar 01 '24 01:03 changfengoss