This commit is contained in:
2019-05-24 20:24:35 +00:00
parent 9fe11125fa
commit b1640e0baa
11 changed files with 405 additions and 18 deletions

View File

@@ -0,0 +1,9 @@
<template>
<v-container>
<v-layout>
<v-flex xs12>
<v-img :src="require('../assets/underconstruction.svg')"></v-img>
</v-flex>
</v-layout>
</v-container>
</template>