Browse Source

Show overlay progress circle

pull/1310/head
Hironsan 3 years ago
parent
commit
ae9cdc2a71
1 changed files with 7 additions and 1 deletions
  1. 8
      frontend/components/document/FormDownload.vue

8
frontend/components/document/FormDownload.vue

@ -8,6 +8,12 @@
@cancel="cancel"
>
<template #content>
<v-overlay :value="taskId">
<v-progress-circular
indeterminate
size="64"
/>
</v-overlay>
<v-form
ref="form"
v-model="valid"
@ -104,7 +110,7 @@ export default Vue.extend({
this.cancel()
}
}
}, 3000)
}, 1000)
},
}
})

Loading…
Cancel
Save