- <template>
- <v-container fluid class="d-flex fill-height">
- <v-row align="center" justify="center">
- <v-col>
- <div align="center">
- <div class="headline my-5">Loading...</div>
- <v-progress-circular size="100" indeterminate color="primary"></v-progress-circular>
- </div>
- </v-col>
- </v-row>
- </v-container>
- </template>
|