This commit is contained in:
2020-10-13 19:07:30 +00:00
parent 8a97ab9ac0
commit 55e6e59758
2 changed files with 6 additions and 7 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -1,9 +1,7 @@
<template> <template>
<v-container fluid> <v-img
<v-row> :src="require('../assets/bunnyunderconstruct.svg?v=82a')"
<v-col cols="12" md="9" lg="7"> max-height="1000"
<v-img :src="require('../assets/underconstruction.svg')"></v-img> max-width="1000"
</v-col> ></v-img>
</v-row>
</v-container>
</template> </template>