diff --git a/src/views/button/ButtonDoc.vue b/src/views/button/ButtonDoc.vue index 833395b88..03e4c1eb3 100755 --- a/src/views/button/ButtonDoc.vue +++ b/src/views/button/ButtonDoc.vue @@ -388,7 +388,7 @@ export default { methods: { load(index) { this.loading[index] = true; - setTimeout(() => this.loading[index] = false, 10000); + setTimeout(() => this.loading[index] = false, 1000); } } } @@ -545,10 +545,10 @@ export default {
Templating