Answer the question
In order to leave comments, you need to log in
How to correctly set the structure of the components?
When templates are included in this way, only the header-black-component component is shown. But if you wrap all the components in a div, everything is displayed as it should. What's wrong?
<template>
<header-black-component></header-black-component>
<div class="content" id="content">
<breadcrumbs-component :breadcrumbs="breadcrumbs"></breadcrumbs-component>
<div class="buffer"></div>
</div>
<footer-component></footer-component>
</template>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question