spacing
This commit is contained in:
parent
af0436e771
commit
a253312245
1 changed files with 4 additions and 4 deletions
|
|
@ -1,10 +1,10 @@
|
|||
<template>
|
||||
<div id="progress-bar-container">
|
||||
<progress
|
||||
v-if="progress > 0"
|
||||
:value="progress"
|
||||
max="100"
|
||||
v-html="progress + '%' " />
|
||||
v-if="progress > 0"
|
||||
:value="progress"
|
||||
max="100"
|
||||
v-html="progress + '%' " />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue