Components
CraftPage
Learn how to use the CraftPage component.
The CraftPage
component maps section handles defined in Craft CMS to pages in Nuxt via the config
prop.
The content
prop receives the actual data from your Craft CMS query, typically using useCraftQuery()
.
Note
You can find more about the CraftPage
component in the Vue Craft CMS docs. The Vue package is used under the hood here.