From 2e76806df4e5a198ece23d1127c076854708a219 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Fri, 16 Apr 2021 14:01:13 +0300 Subject: [PATCH] button doc fix for csb --- src/views/button/ButtonDoc.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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