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