About.vue
297 Bytes
<template>
<div class="about">
<h1>This is an about page</h1>
<div class="cc">
about
<div class="ddd">123about3</div>
</div>
</div>
</template>
<style lang="scss" scoped>
.cc {
.ddd {
width: 746px;
height: 300px;
background-color: wheat;
}
}
</style>