<template> <div class='container'> <NuxtPage />
<BottomLog></BottomLog>
</div> </template> <style scoped> .container{ height: 100vh; } </style>