13 lines
551 B
Vue
13 lines
551 B
Vue
<template>
|
|
<v-container style="height: 600px;">
|
|
<v-row align-content="center" class="fill-height" justify="center">
|
|
<v-col class="text-xl text-center text-bold text-uppercase font-sans " cols="12">
|
|
Soyez le bienvenue sur DAV
|
|
</v-col>
|
|
<v-col cols="6">
|
|
<v-progress-linear color="primary" height="6" indeterminate
|
|
rounded></v-progress-linear>
|
|
</v-col>
|
|
</v-row>
|
|
</v-container>
|
|
</template> |