[Vuejs]-Vue js: fetching Data from API

1๐Ÿ‘

I just tooked your code and passed it and all i did was this from your response array because your floor_number is not inside the flat but at the same level of it :

<div v-for="floor in floors">
  {{floor.floor_number}}
</div>

Leave a comment