This commit is contained in:
2018-11-20 19:00:16 +00:00
parent 26325f089f
commit 9ef2022b5b
10 changed files with 201 additions and 22 deletions

View File

@@ -0,0 +1,18 @@
<template>
<v-container>
<v-layout text-xs-center wrap="">
<v-flex mb-4>
<h1 class="display-2 font-weight-bold mb-3">TOP WIDGET</h1>
</v-flex>
</v-layout>
</v-container>
</template>
<script>
export default {
data: () => ({})
};
</script>
<style>
</style>