Uh oh!
There was an error while loading. Please reload this page.
chore: update examples to ^3.0.0-rc.10 and use global defineNuxtConfig - #7515
Conversation
✅ Deploy Preview for nuxt3-docs ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
^3.0.0-rc.10 and use defineNuxtConfig auto import^3.0.0-rc.10 and use defineNuxtConfig auto importdarthf1
commented
Sep 14, 2022
Is it possible to keep the imports somewhere, but with a comment it can be omitted in case of auto import? It's my understanding now auto imports can be disabled, having the import path visible is still useful. But please correct me if Im wrong. |
Feature to disable auto imports is related to runtime bundler. We always have |
darthf1
commented
Sep 14, 2022
Ah ok! Thanks for the clarification. Since this PR is to remove all the references to this import from the docs (since it can be auto imported), how is a user (who prefers manual imports) going to know / learn what the import path is? Is it possible to keep one reference somewhere in the docs? |
pi0
commented
Sep 14, 2022
Added explicit docs. Nice suggestion 👍🏼 |
^3.0.0-rc.10 and use defineNuxtConfig auto import^3.0.0-rc.10 and use global defineNuxtConfigdarthf1
commented
Sep 14, 2022
Awesome. Thank you for making the changes. |
🔗 Linked issue
##7497
❓ Type of change
📚 Description
📝 Checklist