✨ New component DownloadButton
This commit is contained in:
parent
1c99ff7d60
commit
1a529db84b
2 changed files with 17 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
<script setup>
|
||||
import AudioCard from "../components/AudioCard.vue";
|
||||
import TotalProgress from "../components/TotalProgress.vue";
|
||||
// import TotalProgress from "../components/TotalProgress.vue";
|
||||
import DownloadButton from "../components/DownloadButton.vue";
|
||||
|
||||
const p1 = {
|
||||
number: "BV1es41127Fd",
|
||||
|
@ -47,7 +48,8 @@ const p4 = {
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<TotalProgress display="Downloading" :finished="114514" :total="191981"></TotalProgress>
|
||||
<!-- <TotalProgress display="Downloading" :finished="114514" :total="191981"></TotalProgress> -->
|
||||
<DownloadButton></DownloadButton>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue