diff --git a/src/views/button/ButtonDemo.vue b/src/views/button/ButtonDemo.vue index 63938aa0b..8da306131 100755 --- a/src/views/button/ButtonDemo.vue +++ b/src/views/button/ButtonDemo.vue @@ -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: {