About.vue 280 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 <template> <div class="about"> <h1>This is an about page</h1> <div class="cc"> <div class="ddd">1233</div> </div> </div> </template> <style lang="scss" scoped> .cc { .ddd { width: 746px; height: 300px; background-color: wheat; } } </style>