feat: added components

This commit is contained in:
Corentin Thomasset 2021-03-14 20:11:39 +01:00
parent 6e0c369398
commit 5fa81533d9
No known key found for this signature in database
GPG key ID: DBD997E935996158
30 changed files with 2405 additions and 1853 deletions

20
pages/about.vue Normal file
View file

@ -0,0 +1,20 @@
<template>
<v-row justify="center" align="center">
<v-col cols="12" sm="12" md="8">
<h1>Yolo</h1>
</v-col>
</v-row>
</template>
<script>
import {Component, Vue} from 'nuxt-property-decorator'
@Component
export default class About extends Vue {
}
</script>
<style lang="less">
</style>