Add files via upload

This commit is contained in:
niubility000 2021-10-22 08:46:21 +08:00 committed by GitHub
parent f3c1b3992c
commit ebed16286a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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