Поправил кнопочку

This commit is contained in:
p.belezov 2024-06-18 16:00:53 +08:00
parent 7e30a126a4
commit e48a3c19ef

View File

@ -33,6 +33,7 @@ export default {
}), }),
methods: { methods: {
startDownload(){ startDownload(){
this.downloadAvailable = false;
this.error = false; this.error = false;
this.fetching = true; this.fetching = true;
axios.get(`/download_api?videourl=${this.url}`).then((responce)=>{ axios.get(`/download_api?videourl=${this.url}`).then((responce)=>{