<template>
<div class="footerpart-container">
<div class="general-container">
dadada
</div>
<div class="legal-container">
dadad
</div>
<div class="helpsupport-container">
dadada
</div>
</div>
<div class="footer-two">
<div class="follow-us">follow us</div>
</div>
</template>
Within a single template, I have included two div tags. The first one is intended to be displayed at the top, and the second one with the class "footer-two" should appear at the bottom.
However, upon arranging them as such, an error is triggered:
"The template root requires exactly one element." - eslint-plugin-vue