<template>
<router-view></router-view>
</template>
<style lang="scss">
.body--light {
background-color: #ccc;
}
</style>