I am unable to get into my ELSE please help
<div v-if="window.width <= 575 && !isFeaturedTask" class="body d-flex flex-column">
<p>Window: {{ window.width }}</p>
<p>Featured task {{isFeaturedTask}}</p>
</div>
<div v-else class="body d-flex flex-column">
xx
</div>