Поправил кнопочку
This commit is contained in:
parent
7e30a126a4
commit
e48a3c19ef
|
@ -33,6 +33,7 @@ export default {
|
|||
}),
|
||||
methods: {
|
||||
startDownload(){
|
||||
this.downloadAvailable = false;
|
||||
this.error = false;
|
||||
this.fetching = true;
|
||||
axios.get(`/download_api?videourl=${this.url}`).then((responce)=>{
|
||||
|
|
Loading…
Reference in New Issue