<template>
|
|
<div style="height: 100%;">
|
|
<Nuxt />
|
|
<TheSideBar />
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
.asdf {
|
|
color: red;
|
|
}
|
|
</style>
|