nuxt / icon

The <Icon> component, supporting Iconify, Emojis and custom components.
https://stackblitz.com/edit/nuxt-icon-playground?file=app.vue
MIT License
961 stars 59 forks source link

fix: add option customize to app.config and nuxt.config #238

Closed ezequidias closed 3 months ago

ezequidias commented 3 months ago

๐Ÿ”— Linked issue

Complement to [#237]

โ“ Type of change

๐Ÿ“š Description

currently it is possible to use option customize only in the Icon component and in nuxt.config.*

currently the priority is:

  1. Component Icon
  2. nuxt.config.*

with this new fix update the priority is:

  1. Component Icon
  2. app.config.*
  3. nuxt.config.*