Using nuxt-icon in a custom module
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.2k
- Forks
- 96
- Avg merge
- 8h 12m
- Merged PRs (30d)
- 2
Description
module.ts
installModule('nuxt-icon', {
size: '24px',
})
But inlineOptions doesn't work, when i'm enabling this module inside a custom module.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with module.ts and trace installModule('nuxt-icon', { size: '24px' }) when nuxt-icon is enabled from a custom module. Reproduce the case and inspect how inlineOptions are passed or applied. Done means the configured inlineOptions work when the module is installed this way, with a regression check for the shown setup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nuxtjs, typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100