adding latest

This commit is contained in:
2020-04-14 03:03:20 +01:00
parent 08b383fdd4
commit 6c8484420b
8 changed files with 325 additions and 49 deletions

View File

@@ -0,0 +1,21 @@
<template>
<v-container>
<v-row>
<v-col>
<v-card flat class="ma-0 pa-0">
<p class="headline">Welcome Pages</p>
</v-card>
</v-col>
</v-row>
</v-container>
</template>
<script>
export default {};
</script>
<style lang="scss" scoped>
.centre-text {
text-align: center;
}
</style>