mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
add progress bar on startup page
This commit is contained in:
parent
6157fdde79
commit
5004e7cd77
1 changed files with 13 additions and 1 deletions
|
|
@ -2,7 +2,19 @@
|
|||
<v-container max-width="550px">
|
||||
<v-row justify="center">
|
||||
<v-col>
|
||||
<v-img src="@/assets/logo.svg" />
|
||||
<v-img
|
||||
src="@/assets/logo.svg"
|
||||
width="500"
|
||||
height="500"
|
||||
/>
|
||||
</v-col>
|
||||
</v-row>
|
||||
<v-row>
|
||||
<v-col>
|
||||
<v-progress-linear
|
||||
indeterminate
|
||||
color="primary"
|
||||
/>
|
||||
</v-col>
|
||||
</v-row>
|
||||
</v-container>
|
||||
|
|
|
|||
Loading…
Reference in a new issue