| 12345678910111213141516171819 |
- <template>
- <v-row
- class="fill-height ma-0"
- align="center"
- justify="center"
- >
- <v-progress-circular
- :indeterminate="true"
- color="neutral"
- />
- </v-row>
- </template>
- <script setup lang="ts">
- </script>
- <style scoped lang="scss">
- </style>
|