[RESOLVED] Component children
I'm new to Vue/Nuxt.js and coming from React.
I'm trying to define children in a component so I can do things like this, but is this a thing:
2 Replies
@Techno1Monkey Use slots ☺️
https://vuejs.org/guide/components/slots.html
Vue.js
Vue.js - The Progressive JavaScript Framework
Alright thanks.