app.vue 159 Bytes
Newer Older
1 2 3
<template>
  <div class='container'>
    <NuxtPage />
4
    <BottomLog></BottomLog>
5 6 7 8 9 10 11 12
  </div>
</template>

<style scoped>
.container{
  height: 100vh;
}
</style>