Fixed demo
parent
ead74b07c3
commit
f17d8ce07c
|
@ -155,7 +155,7 @@ export default {
|
||||||
methods: {
|
methods: {
|
||||||
load(index) {
|
load(index) {
|
||||||
this.loading[index] = true;
|
this.loading[index] = true;
|
||||||
setTimeout(() => this.loading.value[index] = false, 10000);
|
setTimeout(() => this.loading[index] = false, 1000);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
|
|
Loading…
Reference in New Issue