Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects

Resolve "Update Vuetify"

Merged Jakob Dieterle requested to merge 250-update-vuetify into master
1 file
+ 5
11
Compare changes
  • Side-by-side
  • Inline
<template>
<div>
<v-row
class="ma-2"
>
<v-col cols="5">
<v-container>
<v-row>
<v-col>
<label-statistics />
</v-col>
<v-col
offset="1"
cols="5"
>
<v-col>
<correction-statistics />
</v-col>
</v-row>
</div>
</v-container>
</template>
<script lang="ts">
Loading