Files
gallery/src/views/About.vue
2020-09-19 20:49:56 +03:00

11 lines
151 B
Vue

<template>
<div class="about">
<h1>This is an about page</h1>
</div>
</template>
<style scoped>
.about {
background-color: white;
}
</style>