add interactions to comments
This commit is contained in:
13
components/Loader.vue
Normal file
13
components/Loader.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<v-container style="height: 600px;">
|
||||
<v-row align-content="center" class="fill-height" justify="center">
|
||||
<v-col class="text-l text-center text-semibold text-uppercase " cols="12">
|
||||
Soyez le bienvenue sur DAV
|
||||
</v-col>
|
||||
<v-col cols="6">
|
||||
<v-progress-linear color="deep-purple-accent-4" height="6" indeterminate
|
||||
rounded></v-progress-linear>
|
||||
</v-col>
|
||||
</v-row>
|
||||
</v-container>
|
||||
</template>
|
||||
Reference in New Issue
Block a user