i am using a markdown parser and passing the body to it
<vue-simple-markdown :source=b.body></vue-simple-markdown>
v-for to iterate through the json
<div v-for="(b,index) in filteredItems" :key="index">
i am using a markdown parser and passing the body to it
<vue-simple-markdown :source=b.body></vue-simple-markdown>
v-for to iterate through the json
<div v-for="(b,index) in filteredItems" :key="index">