Uh oh!
There was an error while loading. Please reload this page.
feat(auto-import): custom include option - #4834
Conversation
✅ Deploy Preview for nuxt3-docs canceled.
|
pi0
commented
May 6, 2022
The new option looks good to me but can you please elaborate more about "to work with custom extension files" usecase? |
antfu
commented
May 6, 2022
Here is an example, in UnoCSS's docs, we'd like to use markdown files as Vue components so we installed With this we could get it work, but the |
pi0
commented
May 6, 2022
Thanks for explaining @antfu. What do you think to integrate |
antfu
commented
May 6, 2022
For API auto import I think it might make sense, but probably not for Components right? Or should we have |
pi0
commented
May 6, 2022
It could be also useful for building components with markdown (https://mdxjs.com/https://mdx.nuxtjs.org/) |
🔗 Linked issue
❓ Type of change
📚 Description
Allowing auto import / components to work with custom extension files.
📝 Checklist