file: code/ShowTopic.vue 5: <ShowComment 6: v-for="c in topic.comments" 7: :comment="c" 8: :topicUrl="topicUrl" 9: :key="c.ident" 10: />