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
| Key | Type | Default | Description |
|---|---|---|---|
componentName | string | MdiIcon | The 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. |