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>
Source:stackexchange.com