Skip to content

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

Description

@Maxttier
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: iconsIcon sets & icon configarea: typesTypeScript typesbugSomething isn't workingpriority: p3: mediumMedium: workaround exists or narrow case

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions