Replies: 1 comment 1 reply
-
In the upcoming Content V2 release, we are going to have multiple components:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Doesn't it make sense to have a
<nuxt-content />
component instead<Content />
like the built-in<nuxt-page />
component?Auto-route under
pages
directory =><nuxt-page />
Auto-route under
content
directory =><nuxt-content />
It is also consistent with the web components naming convention of using hyphens in custom component names.
I recognized that single word components were mostly used in nuxt3? Any reason?
Beta Was this translation helpful? Give feedback.
All reactions