This is an example of my page:
https://i.sstatic.net/CYCRL.png
Showing the Nuxt layout:
<template>
<div>
<Nuxt />
</div>
</template>
After being compiled by Nuxt, it generates:
https://i.sstatic.net/CYdX3.png
You may notice there are some unnecessary additional containers. Is there a way to remove them in Nuxt?