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

Object literal may only specify known properties, and 'mdi' does not exist in type

Open Maxttier opened this issue 10 months ago • 3 comments

vuetify: {
    vuetifyOptions: {
      icons: {
        defaultSet: 'mdi',
        aliases,
        sets: {
          custom,
          mdi,
        },
      },
    },
Object literal may only specify known properties, and 'mdi' does not exist in type 'IconFontName[] | FontIconSet[]'.ts(2353)
(property) mdi: IconSet

https://nuxt.vuetifyjs.com/guide/ https://vuetifyjs.com/en/features/icon-fonts/#usage

Maxttier avatar Dec 02 '24 13:12 Maxttier