Configuration

You can configure this module by adding an mdi section to the nuxt.config.ts file.

nuxt.config.ts
export default defineNuxtConfig({
  mdi: {
    //
  }
})

Variables

KeyTypeDefaultDescription
componentNamestringMdiIconThe name of the icon component. In case you already have a component with this name, you can change the name of the component to avoid any conflicts.