PerudoClient/src/views/About.vue

12 lines
159 B
Vue
Raw Normal View History

2021-07-05 00:17:32 +02:00
<template>
<div class="about">
<h1>This is an about page</h1>
</div>
</template>
<style scoped lang="scss">
.about {
text-align: center;
}
</style>