Add files via upload
This commit is contained in:
parent
f3c1b3992c
commit
ebed16286a
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user