0👍
try this instead of repeating yourself"
<child-component v-for="i in 3" :key="i"></child-component>
and make sure you have imported the child component in parent component correctly
- [Vuejs]-Reload page says that the page does not exist netlify
- [Vuejs]-Vuejs counter condition not working when value is reset
Source:stackexchange.com