changed all v-layout and v-flex to v-row and v-col respectively, lot's of messed up grids now :(

This commit is contained in:
2019-10-31 19:57:06 +00:00
parent b3be49ddaf
commit 482f228407
17 changed files with 117 additions and 121 deletions

View File

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