Questions tagged [mdi]

MDI (Multiple Document Interface) refers to a graphical user interface that utilizes a central parent window to manage multiple windows within the same application.

Updating Vuetify MDI icons in Nuxt.js: A Step-by-Step Guide

When using Vuetify with Nuxt.js, I am facing an issue where some material design icons are not displaying properly. For example, <v-icon>mdi-cog</v-icon> appears as blank. However, other icons are working fine. nuxt.config.js buildModules: ...