Browse Source

Show loader when fetching data from the backend

pull/837/head
Hironsan 4 years ago
parent
commit
8d689aa745
1 changed files with 3 additions and 0 deletions
  1. 3
      frontend/layouts/annotation.vue

3
frontend/layouts/annotation.vue

@ -19,6 +19,9 @@
</v-navigation-drawer>
<v-content>
<v-overlay :value="loading">
<v-progress-circular indeterminate size="64" />
</v-overlay>
<v-container fluid>
<v-row
no-gutters

Loading…
Cancel
Save