vuetify-nuxt-module
vuetify-nuxt-module copied to clipboard
Object literal may only specify known properties, and 'mdi' does not exist in type
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