1👍
✅
You have a single div
<div v-if="data !== undefined">
inside the div
with the id #block_container
try rearranging the html structure or styling the inner <div v-if="data !== undefined">
Source:stackexchange.com