Fixed demo

pull/1088/head
Cagatay Civici 2021-04-16 10:58:14 +03:00
parent ead74b07c3
commit f17d8ce07c
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ export default {
methods: {
load(index) {
this.loading[index] = true;
setTimeout(() => this.loading.value[index] = false, 10000);
setTimeout(() => this.loading[index] = false, 1000);
}
},
components: {