- All vue components will work in nuxt
- Unlike regular vue, you do not need to import child components into other components that is handled by the config
- Use props and slots to render content in a component
- Documentation
- Props are used to pass information from a parent to a child component