In Nuxt3, we don't need to specify plugins in nuxt.config.ts
specifically
#21
anburocky3
started this conversation in
General
Replies: 1 comment
-
If nuxt3 does, you don't have to explicitly include it in nuxt configuration. 🥳 (Nuxt 3 is still in beta, these features may also change in the future, the documentation will be updated when the rc arrives.) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From the docs, I can see that, for nuxt3, we have to import the plugin, but
nuxt3
will automatically include any plugins within theplugins
folder right?Without having it also doesn't raise any problem. Then why it is needed?
Beta Was this translation helpful? Give feedback.
All reactions