Add files via upload

This commit is contained in:
niubility000 2021-10-22 00:37:18 +08:00 committed by GitHub
parent f09bf3e1d0
commit c0fc07d575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,9 @@
<template>
<div>
<div id="progress">
<div v-bind:style="{ width: this.progress + '%' }"></div>
<div id="progress" v-if="this.progress !==0">
<div v-bind:style="{ width: this.progress + '%' }">
<span> {{ this.progress }}%</span>
</div>
</div>
<sidebar></sidebar>
<main>
@ -10,6 +12,9 @@
</main>
<prompts></prompts>
</div>
</template>
<script>