VueTube/NUXT/pages/about.vue

14 lines
242 B
Vue

<template>
<center class="pageTitle">
<h1>VueTube</h1>
<v-btn><v-icon>mdi-github</v-icon></v-btn>
<v-btn><v-icon>mdi-discord</v-icon></v-btn>
</center>
</template>
<style scoped>
.pageTitle {
margin-bottom: 2em;
}
</style>