Posts by Pedro Henrique • 1 point
1 post
-
0
votes1
answer29
viewsA: Pass Date icon component to parent component
Hello! Instead of interpolating the variable value item.icon, you must use the tag. https://br.vuejs.org/v2/guide/components.html#Dynamic components <div class="item" v-for="item in data"…